cbrt(3) BSD Library Functions Manual cbrt(3)
NAME
cbrt -- cube root function
SYNOPSIS
#include <math.h> double cbrt(double x); long double cbrtl(long double x); float cbrtf(float x);
DESCRIPTION
The cbrt() function computes the cube root of x.
SPECIAL VALUES
cbrt(+-0) returns +-0. cbrt(+-infinity) returns +-infinity.
SEE ALSO
math(3), sqrt(3)
STANDARDS
The cbrt() function conforms to ISO/IEC 9899:2011. BSD December 11, 2006 BSD
Mac OS X 10.9.1 - Generated Tue Jan 7 07:35:22 CST 2014