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