MicrOS
|
#include "../math.h"
Functions | |
int | __math_fpclasifyl (long double x) |
Classify floating-point value. More... | |
int __math_fpclasifyl | ( | long double | x | ) |
Classify floating-point value.
Returns a value of type int that matches one of the classification macro constants, depending on the value of x.
x | The value to classify. |