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).