MicrOS
|
#include "../math.h"
Functions | |
double | fabs (double x) |
Compute absolute value. More... | |
double fabs | ( | double | x | ) |
Compute absolute value.
The fabs functions compute the absolute value of a floating-point number x.
x | Value among which the function selects a minimum. |