scipy.special.k1e

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

y=k1e(x) returns the exponentially scaled modified Bessel function of the second kind (sometimes called the third kind) of order 1 at x. k1e(x) = exp(x) * k1(x)

Previous topic

scipy.special.k1

Next topic

scipy.special.itj0y0

This Page