This is documentation for an old release of SciPy (version 0.10.1). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.expi
-
scipy.special.expi(x[, out]) = <ufunc 'expi'>
y=expi(x) returns an exponential integral of argument x defined as
integral(exp(t)/t,t=-inf..x). See expn for a different exponential
integral.