MicrOS
|
#include "../math.h"
Functions | |
float | sqrtf (float x) |
Compute square root. More... | |
float sqrtf | ( | float | x | ) |
Compute square root.
The sqrtf 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. |