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
nfor the input argumentx, \(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 forn< 0.__nv_jn(
n, \(+\infty\) ) returns +0.