


Dawson Function
===============

.. index:: Dawson function

The `Dawson integral`:index: is defined by
:math:`\exp(-x^2) \int_0^x \exp(t^2) dt`.
A table of Dawson's integral can be found in Abramowitz & Stegun,
Table 7.5.
   
.. function:: gsl_sf_dawson(x)

 This routine computes the value of Dawson's integral for :math:`x`.
   