From d7b4e489721f31cf90ff77e47d97e6eb9408e6a0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 15 Jun 1990 16:47:27 +0000 Subject: [PATCH] correct M_MAX_D for old floating point format --- include/_tail_cc/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/_tail_cc/math.h b/include/_tail_cc/math.h index 32659051e..705743a64 100644 --- a/include/_tail_cc/math.h +++ b/include/_tail_cc/math.h @@ -63,7 +63,7 @@ extern double sinh(), tanh(), cosh(); #endif #ifndef M_MAX_D -#define M_MAX_D 8.988465674311561576e+307 +#define M_MAX_D 4.494232837155780788e+307 #define M_MIN_D 5.562684646268003458e-309 #define M_DEXPLEN 11 #endif -- 2.34.1