jax.scipy.special.dawsn#
- jax.scipy.special.dawsn(x)[source]#
Dawson’s integral.
JAX implementation of
scipy.special.dawsn.\[\mathrm{dawsn}(x) = e^{-x^2} \int_0^x e^{t^2} \, dt\]- Parameters:
x (ArrayLike) – arraylike, real-valued.
- Returns:
array containing values of Dawson’s integral.
- Return type:
See also