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