3.431. __nv_ynf

float @__nv_ynf(i32 %n, float %x)

Calculate the value of the Bessel function of the second kind of order n for the input argument.

Calculate the value of the Bessel function of the second kind of order n for the input argument x, \(Y_n(x)\).

Note

For accuracy information, see the CUDA C++ Programming Guide, Mathematical Functions Appendix, Single-Precision Floating-Point Functions section.

Returns

Returns the value of the Bessel function of the second kind of order n.

  • __nv_ynf(n, x) returns NaN for n < 0.

  • __nv_ynf(n, 0) returns \(-\infty\).

  • __nv_ynf(n, x) returns NaN for x < 0.

  • __nv_ynf(n, \(+\infty\) ) returns +0.

  • __nv_ynf(n, NaN) returns NaN.