From b5ae836fd2e75759fee409a4ecd3aec50c69d8fc Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 5 Mar 2008 11:17:20 +0000 Subject: Oops, back out previous commit since it was to the wrong file. --- sys/i386/include/float.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'sys') diff --git a/sys/i386/include/float.h b/sys/i386/include/float.h index f7f1278..52b899f 100644 --- a/sys/i386/include/float.h +++ b/sys/i386/include/float.h @@ -66,14 +66,13 @@ __END_DECLS #define DBL_MAX 1.7976931348623157E+308 #define DBL_MAX_10_EXP 308 -#define LDBL_MANT_DIG DBL_MANT_DIG -#define LDBL_EPSILON DBL_EPSILON +#define LDBL_MANT_DIG 64 +#define LDBL_EPSILON 1.0842021724855044340E-19L #define LDBL_DIG 18 #define LDBL_MIN_EXP (-16381) -#define LDBL_MIN 3.36210314311209350626E-4932L +#define LDBL_MIN 3.3621031431120935063E-4932L #define LDBL_MIN_10_EXP (-4931) #define LDBL_MAX_EXP 16384 -#define LDBL_MAX 1.18973149535723163300E+4932L +#define LDBL_MAX 1.1897314953572317650E+4932L #define LDBL_MAX_10_EXP 4932 - #endif /* _MACHINE_FLOAT_H_ */ -- cgit v1.1