00001 /* 00002 * GENERATING IEEE FLOATING-POINT CONSTANTS 00003 * (ieee_consts.c) 00004 * 00005 * Michael Turmon, 2002 00006 * 00007 */ 00008 00009 #ifndef _ieee_consts_h_ 00010 #define _ieee_consts_h_ 00011 00012 #ifdef __cplusplus 00013 extern "C" { 00014 #endif 00015 00016 float mxt_getnanf(void); 00017 double mxt_getnand(void); 00018 double mxt_getinfd(void); 00019 00020 #ifdef __cplusplus 00021 } /* extern "C" */ 00022 #endif 00023 00024 #endif /* _ieee_consts_h_ */