diff options
Diffstat (limited to 'mconf.h')
-rw-r--r-- | mconf.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -99,11 +99,12 @@ Copyright 1984, 1987, 1989, 1995 by Stephen L. Moshier #define UNDERFLOW 4 /* underflow range error */ #define TLOSS 5 /* total loss of precision */ #define PLOSS 6 /* partial loss of precision */ -#endif
+#endif #define EDOM 33 #define ERANGE 34 /* Complex numeral. */ +#if 0 typedef struct { double r; @@ -118,7 +119,7 @@ typedef struct long double i; } cmplxl; #endif - +#endif /* Type of computer arithmetic */ |