]> pd.if.org Git - pdclib/blobdiff - float.h
Added a warning about missing test drivers.
[pdclib] / float.h
diff --git a/float.h b/float.h
index 40e20006990cd250e77ff629c98efc66b0e748f4..7c0136afff081053f6900068afddf033a07c80e0 100644 (file)
--- a/float.h
+++ b/float.h
@@ -1,6 +1,6 @@
 /* $Id$ */
 
-/* Release: $Name$ */
+/* Release $Name$ */
 
 /* 7.7 Characteristics of floating types <float.h>
 
@@ -29,8 +29,6 @@
 #define FLT_MANT_DIG 24
    /* Number of decimal digits of precision in a float */
 #define FLT_DIG 6
-   /* Addition rounds to 0: zero, 1: nearest, 2: +inf, 3: -inf, -1: unknown */
-#define FLT_ROUNDS 1
    /* Difference between 1.0 and the minimum float greater than 1.0 */
 #define FLT_EPSILON 1.19209290e-07F
    /* Minimum int x such that FLT_RADIX**(x-1) is a normalised float */
@@ -85,3 +83,4 @@
 #define LDBL_MAX_10_EXP 4932
 
 #endif
+