__device__ double rcbrt ( double  x  ) 

Calculate reciprocal cube root function of x

Returns:
  • rcbrt($\pm 0$) returns $\pm \infty$.
  • rcbrt($\pm \infty$) returns $\pm 0$.
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