jax.scipy.special.expn#
- jax.scipy.special.expn = <jax._src.custom_derivatives.custom_jvp object>[原始碼]#
廣義指數積分函數。
JAX 實作的
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 值的陣列
- 返回類型: