This is documentation for an old release of SciPy (version 0.10.0). Read this page Search for 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).