From bb1964e1d347558c5aae4ff146b2df821e1c86fb Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 15 Jun 1990 16:50:08 +0000 Subject: [PATCH] Updated for IEEE format --- include/_tail_cc/math.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/_tail_cc/math.h b/include/_tail_cc/math.h index 705743a64..d2dd69a34 100644 --- a/include/_tail_cc/math.h +++ b/include/_tail_cc/math.h @@ -63,8 +63,8 @@ extern double sinh(), tanh(), cosh(); #endif #ifndef M_MAX_D -#define M_MAX_D 4.494232837155780788e+307 -#define M_MIN_D 5.562684646268003458e-309 +#define M_MAX_D 1.7976931348623157e+308 +#define M_MIN_D 2.2250738585072014e-308 #define M_DEXPLEN 11 #endif #define M_DMAXEXP ((1 << (M_DEXPLEN - 1)) - 1) -- 2.34.1