MicrOS
|
#include "../math.h"
Functions | |
int | __math_fpclasifyf (float x) |
Classify floating-point value. More... | |
int __math_fpclasifyf | ( | float | 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. |