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

NAME

6       PDL::GSLSF::PSI - 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
12       Transport function:
13         J(n,x) := Integral[ t^n e^t /(e^t - 1)^2, {t,0,x}]
14

SYNOPSIS

Functions

FUNCTIONS

18       gsl_sf_transport_2
19
20         Signature: (double x(); double [o]y(); double [o]e())
21
22       J(2,x)
23
24       gsl_sf_transport_3
25
26         Signature: (double x(); double [o]y(); double [o]e())
27
28       J(3,x)
29
30       gsl_sf_transport_4
31
32         Signature: (double x(); double [o]y(); double [o]e())
33
34       J(4,x)
35
36       gsl_sf_transport_5
37
38         Signature: (double x(); double [o]y(); double [o]e())
39
40       J(5,x)
41

AUTHOR

43       This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
44       este.it> All rights reserved. There is no warranty. You are allowed to
45       redistribute this software / documentation under certain conditions.
46       For details, see the file COPYING in the PDL distribution. If this file
47       is separated from the PDL distribution, the copyright notice should be
48       included in the file.
49
50       The GSL SF modules were written by G. Jungman.
51
52
53
54perl v5.8.8                       2006-12-02                      TRANSPORT(3)
Impressum