__device__ double y0 ( double  x  ) 

Calculate the value of the Bessel function of the second kind of order 0 for the input argument x, $Y_0(x)$.

Returns:
Returns the value of the Bessel function of the second kind of order 0.
  • y0(0) returns $-\infty$.
  • y0(x) returns NaN for x < 0.
  • y0($+\infty$) returns +0.
  • y0(NaN) returns NaN.
Note:
For accuracy information for this function see the CUDA C Programming Guide, Appendix C, Table C-2.


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA