Synopsis
#include <math.h>
float cbrt(float x);
Description

cbrtf computes the cube root of x.

Portability

cbrtf conforms to ISO/IEC 9899:1999 (C99).