SciPy

This is documentation for an old release of SciPy (version 0.13.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.kve

scipy.special.kve(v, z) returns the exponentially scaled, modified Bessel function of the second kind (sometimes called the third kind) for real order v at complex z: kve(v, z) = kv(v, z) * exp(z) = <ufunc 'kve'>

Previous topic

scipy.special.kv

Next topic

scipy.special.iv