1DEBYE(3) User Contributed Perl Documentation DEBYE(3)
2
3
4
6 PDL::GSLSF::DEBYE - 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
15 gsl_sf_debye_1
16 Signature: (double x(); double [o]y(); double [o]e())
17
18 D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}]
19
20 gsl_sf_debye_1 does not process bad values. It will set the bad-value
21 flag of all output piddles if the flag is set for any of the input
22 piddles.
23
24 gsl_sf_debye_2
25 Signature: (double x(); double [o]y(); double [o]e())
26
27 D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}]
28
29 gsl_sf_debye_2 does not process bad values. It will set the bad-value
30 flag of all output piddles if the flag is set for any of the input
31 piddles.
32
33 gsl_sf_debye_3
34 Signature: (double x(); double [o]y(); double [o]e())
35
36 D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}]
37
38 gsl_sf_debye_3 does not process bad values. It will set the bad-value
39 flag of all output piddles if the flag is set for any of the input
40 piddles.
41
42 gsl_sf_debye_4
43 Signature: (double x(); double [o]y(); double [o]e())
44
45 D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}]
46
47 gsl_sf_debye_4 does not process bad values. It will set the bad-value
48 flag of all output piddles if the flag is set for any of the input
49 piddles.
50
52 This file copyright (C) 1999 Christian Pellegrin
53 <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
54 You are allowed to redistribute this software / documentation under
55 certain conditions. For details, see the file COPYING in the PDL
56 distribution. If this file is separated from the PDL distribution, the
57 copyright notice should be included in the file.
58
59 The GSL SF modules were written by G. Jungman.
60
61
62
63perl v5.12.3 2011-03-31 DEBYE(3)