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