__device__ double cbrt ( double  x  ) 

Calculate the cube root of x, $x^{1/3}$.

Returns:
Returns $x^{1/3}$.
  • cbrt($\pm 0$) returns $\pm 0$.
  • cbrt($\pm \infty$) returns $\pm \infty$.
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