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