File: specfunc-transport.texi

package info (click to toggle)
gsl-doc 1.14-1
  • links: PTS
  • area: non-free
  • in suites: squeeze
  • size: 20,420 kB
  • ctags: 11,494
  • sloc: ansic: 187,017; sh: 10,550; makefile: 715
file content (34 lines) | stat: -rw-r--r-- 1,376 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@cindex transport functions

The transport functions @math{J(n,x)} are defined by the integral 
representations
@c{$J(n,x) := \int_0^x dt \, t^n e^t /(e^t - 1)^2$}
@math{J(n,x) := \int_0^x dt t^n e^t /(e^t - 1)^2}.
They are declared in the header file @file{gsl_sf_transport.h}.

@deftypefun double gsl_sf_transport_2 (double @var{x})
@deftypefunx int gsl_sf_transport_2_e (double @var{x}, gsl_sf_result * @var{result})
These routines compute the transport function @math{J(2,x)}.
@comment Exceptional Return Values: GSL_EDOM
@end deftypefun


@deftypefun double gsl_sf_transport_3 (double @var{x})
@deftypefunx int gsl_sf_transport_3_e (double @var{x}, gsl_sf_result * @var{result})
These routines compute the transport function @math{J(3,x)}.
@comment Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW
@end deftypefun


@deftypefun double gsl_sf_transport_4 (double @var{x})
@deftypefunx int gsl_sf_transport_4_e (double @var{x}, gsl_sf_result * @var{result})
These routines compute the transport function @math{J(4,x)}.
@comment Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW
@end deftypefun


@deftypefun double gsl_sf_transport_5 (double @var{x})
@deftypefunx int gsl_sf_transport_5_e (double @var{x}, gsl_sf_result * @var{result})
These routines compute the transport function @math{J(5,x)}.
@comment Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW
@end deftypefun