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