X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=float.h;fp=float.h;h=7c0136afff081053f6900068afddf033a07c80e0;hb=ff4aeb686ade4114770de2a1a53e4344c2ad5ad8;hp=5b878fb0d5f3034167b57273fb6b80c2492b90f9;hpb=ffe4321903e38a007b984eae74347965d8478c25;p=pdclib.old 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 */