00001 #include_next <math.h> 00002 00003 #undef INFINITY 00004 #undef NAN 00005 00006 #define INFINITY (*(const float*)((const unsigned []){ 0x7f800000 })) 00007 #define NAN (*(const float*)((const unsigned []){ 0x7fc00000 }))