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