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.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(-|x|) * i1(x).