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

scipy.special.expi

scipy.special.expi(x[, out])

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.

Previous topic

scipy.special.exp1

Next topic

scipy.special.wofz

This Page