5.7.2.18.6. scipy.special.expn

scipy.special.expn(n, x) = <ufunc 'expn'>

Exponential integral E_n

Returns the exponential integral for integer n and non-negative x and n:

integral(exp(-x*t) / t**n, t=1..inf).