This is documentation for an old release of SciPy (version 0.7.). Read this page Search for this page in the documentation of the latest stable release (version 1.15.0).
scipy.special.k0e
-
scipy.special.k0e(x[, out])
- y=k0e(x) returns the exponentially scaled modified Bessel function
of the second kind (sometimes called the third kind) of order 0 at x. k0e(x) = exp(x) * k0(x).