SciPy

This is documentation for an old release of SciPy (version 0.13.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.exp1

scipy.special.exp1(x[, out]) = <ufunc 'exp1'>

y=exp1(z) returns the exponential integral (n=1) of complex argument z: integral(exp(-z*t)/t,t=1..inf).

Previous topic

scipy.special.expn

Next topic

scipy.special.expi