File: specfunc-synchrotron.texi

package info (click to toggle)
gsl-doc 2.3-1
  • links: PTS
  • area: non-free
  • in suites: buster
  • size: 27,748 kB
  • ctags: 15,177
  • sloc: ansic: 235,014; sh: 11,585; makefile: 925
file content (24 lines) | stat: -rw-r--r-- 918 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
@cindex synchrotron functions

The functions described in this section are declared in the header file
@file{gsl_sf_synchrotron.h}.

@deftypefun double gsl_sf_synchrotron_1 (double @var{x})
@deftypefunx int gsl_sf_synchrotron_1_e (double @var{x}, gsl_sf_result * @var{result})
These routines compute the first synchrotron function 
@c{$x \int_x^\infty dt K_{5/3}(t)$}
@math{x \int_x^\infty dt K_@{5/3@}(t)} for @c{$x \ge 0$}
@math{x >= 0}.
@comment Domain: x >= 0.0
@comment Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW
@end deftypefun
 
@deftypefun double gsl_sf_synchrotron_2 (double @var{x})
@deftypefunx int gsl_sf_synchrotron_2_e (double @var{x}, gsl_sf_result * @var{result})
These routines compute the second synchrotron function 
@c{$x K_{2/3}(x)$}
@math{x K_@{2/3@}(x)} for @c{$x \ge 0$}
@math{x >= 0}.
@comment Domain: x >= 0.0
@comment Exceptional Return Values: GSL_EDOM, GSL_EUNDRFLW
@end deftypefun