835
Contents|Index|Previous|Next
cbrt, cbrtf [cube root]
SYNOPSIS
#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.
COMPLIANCE
cbrt is in System V release 4. cbrtf is an extension.