File: specfunc-dawson.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 (12 lines) | stat: -rw-r--r-- 519 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
@cindex Dawson function

The Dawson integral is defined by @math{\exp(-x^2) \int_0^x dt
\exp(t^2)}.  A table of Dawson's integral can be found in Abramowitz &
Stegun, Table 7.5.  The Dawson functions are declared in the header file
@file{gsl_sf_dawson.h}.

@deftypefun double gsl_sf_dawson (double @var{x})
@deftypefunx int gsl_sf_dawson_e (double @var{x}, gsl_sf_result * @var{result})
These routines compute the value of Dawson's integral for @var{x}.
@comment Exceptional Return Values: GSL_EUNDRFLW
@end deftypefun