SciPy

scipy.special.yve

scipy.special.yve(v, z) = <ufunc 'yve'>

Exponentially scaled Bessel function of the second kind of real order

Returns the exponentially scaled Bessel function of the second kind of real order v at complex z:

yve(v,z) = yv(v,z) * exp(-abs(z.imag))

Previous topic

scipy.special.yv

Next topic

scipy.special.kn