scipy.special.kve

scipy.special.kve(x1, x2[, out]) = <ufunc 'kve'>

y=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)

Previous topic

scipy.special.kv

Next topic

scipy.special.iv

This Page