MicrOS
|
#include "../math.h"
Functions | |
long double | sqrtl (long double x) |
Compute square root. More... | |
long double sqrtl | ( | long double | x | ) |
Compute square root.
The sqrtl functions compute the nonnegative square root of x. A domain error occurs if the argument is less than zero.
x | Value whose square root is computed. |