3.212. __nv_jnf

float @__nv_jnf(i32 %n, float %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, Single-Precision Floating-Point Functions section.

Returns

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

  • __nv_jnf(n, NaN) returns NaN.

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

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