This is documentation for an old release of SciPy (version 0.17.1). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.dawsn¶
- scipy.special.dawsn(x) = <ufunc 'dawsn'>¶
Dawson’s integral.
Computes:
exp(-x**2) * integral(exp(t**2), t=0..x).
References
[R302] Steven G. Johnson, Faddeeva W function implementation. http://ab-initio.mit.edu/Faddeeva