Next: copysign, Previous: jN, Up: Math
cbrt
cbrtf
Synopsis
#include <math.h> double cbrt(double x); float cbrtf(float x);
Description cbrt computes the cube root of the argument.