// file: $PDSP/class/float_8/v1.0/float_8_constants.h // // constants specific to the float_8 class. // // make sure definitions are only made once // #ifndef __ISIP_FLOAT_8_CONSTANTS #define __ISIP_FLOAT_8_CONSTANTS // isip include files // #ifndef __ISIP_INTEGRAL #include #endif // define the class name // #define FLOAT_8_CLASS_NAME "Float_8" // define the default value // #define FLOAT_8_DEFAULT_VALUE (float_8)0.0 // end of file // #endif