SciPy

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

scipy.special.jve

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

Exponentially scaled Bessel function of order v

Defined as:

jve(v, z) = jv(v, z) * exp(-abs(z.imag))

Previous topic

scipy.special.jn

Next topic

scipy.special.yn