]> pd.if.org Git - pdclib/blobdiff - float.h
Fixes to v0.1, added assert.h.
[pdclib] / float.h
diff --git a/float.h b/float.h
index 5b878fb0d5f3034167b57273fb6b80c2492b90f9..7c0136afff081053f6900068afddf033a07c80e0 100644 (file)
--- a/float.h
+++ b/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 */