From e9094d3f0383ff8c8b07477bae57845623098914 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 10 Aug 1988 16:40:48 +0000 Subject: [PATCH] corrected M_MAX_D --- 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 57620cedb..0c3188d32 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.988465674311578540e+307 +#define M_MAX_D 8.988465674311561576e+307 #define M_MIN_D 5.562684646268003458e-309 #define M_DEXPLEN 11 #endif -- 2.34.1