cc [ flag ... ] file ... -lm [ library ... ] #include <math.h>
The cbrt() function computes the cube root of x.
On successful completion, cbrt() returns the cube root of x. If x is NaN, cbrt() returns NaN.
No errors will occur.
See attributes(5) for descriptions of the following attributes:
attributes(5)