1234567891011121314151617181920212223242526272829303132333435363738394041 |
- #include <math.h>
- const double __aeabi_HUGE_VAL attribute_hidden = HUGE_VAL;
- const long double __aeabi_HUGE_VALL attribute_hidden = HUGE_VALL;
- const float __aeabi_HUGE_VALF attribute_hidden = HUGE_VALF;
- const float __aeabi_INFINITY attribute_hidden = INFINITY;
- const float __aeabi_NAN attribute_hidden = NAN;
|