cupyx.scipy.special.yn#

cupyx.scipy.special.yn = <ufunc 'cupyx_scipy_special_yn'>#

Bessel function of the second kind of order n.

Parameters
Returns

The result.

Return type

cupy.ndarray

Notes

Unlike SciPy, no warning will be raised on unsafe casting of order to 32-bit integer.

See also

scipy.special.yn()