Next: copysign, copysignf—sign of y, magnitude of x, Previous: jN, jNf, yN, yNf—Bessel functions, Up: Mathematical Functions (math.h) [Contents][Index]
cbrt, cbrtf—cube rootSynopsis
#include <math.h> double cbrt(double x); float cbrtf(float x);
Description
cbrt computes the cube root of the argument.
Returns
The cube root is returned.
Portability
cbrt is in System V release 4. cbrtf is an extension.