X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=float.h;h=7c0136afff081053f6900068afddf033a07c80e0;hp=5b878fb0d5f3034167b57273fb6b80c2492b90f9;hb=3220f577b186e04180acd7554a785c60dfb7ebb2;hpb=f8d18e012ee08dc916b4357958496b86c5ad2503 diff --git a/float.h b/float.h index 5b878fb..7c0136a 100644 --- 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 */