1PSI(3) User Contributed Perl Documentation PSI(3)
2
3
4
6 PDL::GSLSF::PSI - PDL interface to GSL Special Functions
7
9 This is an interface to the Special Function package present in the GNU
10 Scientific Library.
11
12 Poly-Gamma Functions
13
14 psi(m,x) := (d/dx)^m psi(0,x) = (d/dx)^{m+1} log(gamma(x))
15
19 gsl_sf_psi
20
21 Signature: (double x(); double [o]y(); double [o]e())
22
23 Di-Gamma Function psi(x).
24
25 gsl_sf_psi_1piy
26
27 Signature: (double x(); double [o]y(); double [o]e())
28
29 Di-Gamma Function Re[psi(1 + I y)]
30
31 gsl_sf_psi_n
32
33 Signature: (double x(); double [o]y(); double [o]e(); int n)
34
35 Poly-Gamma Function psi^(n)(x)
36
38 This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
39 este.it> All rights reserved. There is no warranty. You are allowed to
40 redistribute this software / documentation under certain conditions.
41 For details, see the file COPYING in the PDL distribution. If this file
42 is separated from the PDL distribution, the copyright notice should be
43 included in the file.
44
45 The GSL SF modules were written by G. Jungman.
46
47
48
49perl v5.8.8 2006-12-02 PSI(3)