3.429. __nv_y1f
-
float @__nv_y1f(float %x)
Calculate the value of the Bessel function of the second kind of order 1 for the input argument.
Calculate the value of the Bessel function of the second kind of order 1 for the input argument
x, \(Y_1(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 1.
__nv_y1f(0) returns \(-\infty\).
__nv_y1f(
x) returns NaN forx< 0.__nv_y1f( \(+\infty\) ) returns +0.
__nv_y1f(NaN) returns NaN.