MicrOS
|
#include "../math.h"
Functions | |
long double | cbrtl (long double x) |
Compute cubic root. More... | |
long double cbrtl | ( | long double | x | ) |
Compute cubic root.
The cbrtl functions compute the cubic root of x.
x | Value whose cubic root is computed. |