Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
cbrt, cbrtf, cbrtl - cube root
&pagelevel(4)&pagelevel
Syntax | #include <math.h> double cbrt (double x); C11 float cbrtf (float x); long double cbrtl (long double x); (End) |
Description | The functions return the cube root of x. |
Return val. | Cube root of x if successful. |
See also | math.h .
|