scipy.special.i1e

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

i1e(x)

Exponentially scaled modified Bessel function of order 0.

Defined as:

i1e(x) = exp(-abs(x)) * i1(x)