From 3170725aec8e8595cee741bf0e8440ed0134d6ee 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 57620ced..0c3188d3 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