This is documentation for an old release of SciPy (version 0.10.1). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.special.k0e
-
scipy.special.k0e(x[, out]) = <ufunc 'k0e'>
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).