3.211. __nv_jn

double @__nv_jn(i32 %n, double %x)

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

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

Note

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

Returns

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

  • __nv_jn(n, NaN) returns NaN.

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

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