Synopsis
#include <math.h>
double cbrt(double x);
Description
cbrt computes the cube root of x.
Portability
cbrt conforms to ISO/IEC 9899:1999 (C99).
#include <math.h>
double cbrt(double x);
cbrt computes the cube root of x.
cbrt conforms to ISO/IEC 9899:1999 (C99).