Blame doc/specfunc-dawson.rst

Packit 67cb25
.. index:: Dawson function
Packit 67cb25
Packit 67cb25
The Dawson integral is defined by
Packit 67cb25
Packit 67cb25
.. math:: \exp(-x^2) \int_0^x dt \exp(t^2)
Packit 67cb25
Packit 67cb25
A table of Dawson's integral can be found in Abramowitz &
Packit 67cb25
Stegun, Table 7.5.  The Dawson functions are declared in the header file
Packit 67cb25
:file:`gsl_sf_dawson.h`.
Packit 67cb25
Packit 67cb25
.. function:: double gsl_sf_dawson (double x)
Packit 67cb25
              int gsl_sf_dawson_e (double x, gsl_sf_result * result)
Packit 67cb25
Packit 67cb25
   These routines compute the value of Dawson's integral for :data:`x`.
Packit 67cb25
.. Exceptional Return Values: GSL_EUNDRFLW