1LOG(3)                User Contributed Perl Documentation               LOG(3)
2
3
4

NAME

6       PDL::GSLSF::LOG - PDL interface to GSL Special Functions
7

DESCRIPTION

9       This is an interface to the Special Function package present in the GNU
10       Scientific Library.
11

SYNOPSIS

Functions

FUNCTIONS

15       gsl_sf_log
16
17         Signature: (double x(); double [o]y(); double [o]e())
18
19       Provide a logarithm function with GSL semantics.
20
21       gsl_sf_complex_log
22
23         Signature: (double zr(); double zi(); double [o]x(); double [o]y(); double [o]xe(); double [o]ye())
24
25       Complex Logarithm exp(lnr + I theta) = zr + I zi Returns argument in
26       [-pi,pi].
27

AUTHOR

29       This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
30       este.it> All rights reserved. There is no warranty. You are allowed to
31       redistribute this software / documentation under certain conditions.
32       For details, see the file COPYING in the PDL distribution. If this file
33       is separated from the PDL distribution, the copyright notice should be
34       included in the file.
35
36       The GSL SF modules were written by G. Jungman.
37
38
39
40perl v5.8.8                       2006-12-02                            LOG(3)
Impressum