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.0).

scipy.special.i1e

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

y=i1e(x) returns the exponentially scaled modified Bessel function of order 0 at x. i1e(x) = exp(-abs(x)) * i1(x).

Previous topic

scipy.special.i1

Next topic

scipy.special.k0