SciPy

scipy.special.dawsn

scipy.special.dawsn(x[, out]) = <ufunc 'dawsn'>

y=dawsn(x) returns dawson’s integral: exp(-x**2) * integral(exp(t**2),t=0..x).

References

[R186]Steven G. Johnson, Faddeeva W function implementation. http://ab-initio.mit.edu/Faddeeva

Previous topic

scipy.special.wofz

Next topic

scipy.special.fresnel