|
|
|
Dawson's integral is defined as| Daw(x) = | exp(-x2) ∫0xexp(t2) dt. | |
Function List
Functions:
- double Dawsons_Integral( double x )
This function returns Dawson's integral evaluated at x, Daw(x) where Daw(x) is defined above.
- long double xDawsons_Integral( long double x )
This function returns Dawson's integral evaluated at x, Daw(x) where Daw(x) is defined above.
|