From a5b04640d797fee9162cba877efbc22768f7b494 Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 15 Aug 1993 15:46:35 +0000 Subject: [PATCH] Adjust DBL_MIN so it doesn't underflow. --- sys/arch/hp300/include/float.h | 4 ++-- sys/arch/m68k/include/float.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/arch/hp300/include/float.h b/sys/arch/hp300/include/float.h index 04ddcce4dc0d..ab92f79ed9c0 100644 --- a/sys/arch/hp300/include/float.h +++ b/sys/arch/hp300/include/float.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)float.h 7.1 (Berkeley) 5/8/90 - * $Id: float.h,v 1.3 1993/08/15 15:45:51 mycroft Exp $ + * $Id: float.h,v 1.4 1993/08/15 15:46:35 mycroft Exp $ */ #define FLT_RADIX 2 /* b */ @@ -51,7 +51,7 @@ #define DBL_EPSILON 2.2204460492503131E-16 #define DBL_DIG 15 #define DBL_MIN_EXP -1021 -#define DBL_MIN 2.225073858507201E-308 +#define DBL_MIN 2.2250738585072014E-308 #define DBL_MIN_10_EXP -307 #define DBL_MAX_EXP 1024 #define DBL_MAX 1.7976931348623157E+308 diff --git a/sys/arch/m68k/include/float.h b/sys/arch/m68k/include/float.h index 04ddcce4dc0d..ab92f79ed9c0 100644 --- a/sys/arch/m68k/include/float.h +++ b/sys/arch/m68k/include/float.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * from: @(#)float.h 7.1 (Berkeley) 5/8/90 - * $Id: float.h,v 1.3 1993/08/15 15:45:51 mycroft Exp $ + * $Id: float.h,v 1.4 1993/08/15 15:46:35 mycroft Exp $ */ #define FLT_RADIX 2 /* b */ @@ -51,7 +51,7 @@ #define DBL_EPSILON 2.2204460492503131E-16 #define DBL_DIG 15 #define DBL_MIN_EXP -1021 -#define DBL_MIN 2.225073858507201E-308 +#define DBL_MIN 2.2250738585072014E-308 #define DBL_MIN_10_EXP -307 #define DBL_MAX_EXP 1024 #define DBL_MAX 1.7976931348623157E+308