jax.scipy.special.expn#
- jax.scipy.special.expn = <jax._src.custom_derivatives.custom_jvp object>[源代码][源代码]#
广义指数积分函数。
JAX implementation of
scipy.special.expn
.\[\mathrm{expn}(x) = E_n(x) = x^{n-1}\int_x^\infty\frac{e^{-t}}{t^n}\mathrm{d}t\]- 参数:
n (ArrayLike) – 数组类, 实值
x (ArrayLike) – 数组类, 实值
- 返回:
expn 值的数组
- 返回类型: