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
17 Signature: (double x(); double [o]y(); double [o]e())
18
19 D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}]
20
21 gsl_sf_debye_2
22
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_3
28
29 Signature: (double x(); double [o]y(); double [o]e())
30
31 D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}]
32
33 gsl_sf_debye_4
34
35 Signature: (double x(); double [o]y(); double [o]e())
36
37 D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}]
38
40 This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.tri‐
41 este.it> All rights reserved. There is no warranty. You are allowed to
42 redistribute this software / documentation under certain conditions.
43 For details, see the file COPYING in the PDL distribution. If this file
44 is separated from the PDL distribution, the copyright notice should be
45 included in the file.
46
47 The GSL SF modules were written by G. Jungman.
48
49
50
51perl v5.8.8 2006-12-02 DEBYE(3)