jax.scipy.special.exp1#
- jax.scipy.special.exp1(x)[source]#
Exponential integral function.
JAX implementation of
scipy.special.exp1
\[\mathrm{exp1}(x) = E_1(x) = x^{n-1}\int_x^\infty\frac{e^{-t}}{t}\mathrm{d}t\]- Parameters:
x (ArrayLike) – arraylike, real-valued
- Returns:
array of exp1 values
- Return type: