MicrOS
|
#include "../math.h"
Functions | |
int | __math_signbitf (float x) |
The signbit determines whether the sign of its argument value is negative. More... | |
int __math_signbitf | ( | float | x | ) |
The signbit determines whether the sign of its argument value is negative.
arg | The value to check. |