Calculate the value of the Bessel function of the second kind of order 0 for the input argument x
,
.
- Returns:
- Returns the value of the Bessel function of the second kind of order 0.
- y0f(0) returns
. - y0f(
x
) returns NaN for x
< 0. - y0f(
) returns +0. - y0f(NaN) returns NaN.
- Note:
- For accuracy information for this function see the CUDA C Programming Guide, Appendix C, Table C-1.