| CBRT(3) | Library Functions Manual | CBRT(3) |
cbrt — cube root
function
#include
<math.h>
double
cbrt(double
x);
long double
cbrtl(long
double x);
float
cbrtf(float
x);
The
cbrt()
function computes the cube root of x.
cbrt(±0)
returns ±0.
cbrt(±infinity)
returns ±infinity.
The cbrt() function conforms to ISO/IEC
9899:2011.
| December 11, 2006 | macOS 15.6 |