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

NAME

6       PDL::GSLSF::DEBYE - 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

SYNOPSIS

FUNCTIONS

14   gsl_sf_debye_1
15         Signature: (double x(); double [o]y(); double [o]e())
16
17       D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}]
18
19       gsl_sf_debye_1 does not process bad values.  It will set the bad-value
20       flag of all output piddles if the flag is set for any of the input
21       piddles.
22
23   gsl_sf_debye_2
24         Signature: (double x(); double [o]y(); double [o]e())
25
26       D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}]
27
28       gsl_sf_debye_2 does not process bad values.  It will set the bad-value
29       flag of all output piddles if the flag is set for any of the input
30       piddles.
31
32   gsl_sf_debye_3
33         Signature: (double x(); double [o]y(); double [o]e())
34
35       D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}]
36
37       gsl_sf_debye_3 does not process bad values.  It will set the bad-value
38       flag of all output piddles if the flag is set for any of the input
39       piddles.
40
41   gsl_sf_debye_4
42         Signature: (double x(); double [o]y(); double [o]e())
43
44       D_n(x) := n/x^n Integrate[t^n/(e^t - 1), {t,0,x}]
45
46       gsl_sf_debye_4 does not process bad values.  It will set the bad-value
47       flag of all output piddles if the flag is set for any of the input
48       piddles.
49

AUTHOR

51       This file copyright (C) 1999 Christian Pellegrin
52       <chri@infis.univ.trieste.it> All rights reserved. There is no warranty.
53       You are allowed to redistribute this software / documentation under
54       certain conditions. For details, see the file COPYING in the PDL
55       distribution. If this file is separated from the PDL distribution, the
56       copyright notice should be included in the file.
57
58       The GSL SF modules were written by G. Jungman.
59
60
61
62perl v5.32.0                      2020-09-17                          DEBYE(3)
Impressum