Returns the rounded cube root of y.
This function is supported on OpenVMS Integrity servers and
Alpha only.
Format
#include <math.h>
double cbrt (double y);
float cbrtf (float y);
long double cbrtl (long double y);
1 – Argument
y
A real number.