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