MicrOS
Functions
cbrt.c File Reference
#include "
../math.h
"
Functions
double
cbrt
(double x)
Compute cubic root.
More...
Function Documentation
◆
cbrt()
double cbrt
(
double
x
)
Compute cubic root.
The cbrt functions compute the cubic root of x.
Parameters
x
Value whose cubic root is computed.
Returns
The cbrt functions return 3√x.
library
src
math
cbrt.c
Generated by
1.8.13