* sysdeps/i386/fpu/bits/mathdef.h (DECIMAL_DIG): Correct value.
	Reported by Fred J. Tydeman <tydeman@tybor.com>.
This commit is contained in:
Ulrich Drepper 2000-12-04 07:15:24 +00:00
parent f8da88b080
commit 09881ccc32
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2000-12-03 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/fpu/bits/mathdef.h (DECIMAL_DIG): Correct value.
Reported by Fred J. Tydeman <tydeman@tybor.com>.
* sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Hopefully fix
the handling of denormalized numbers.

View File

@ -42,6 +42,6 @@ typedef long double double_t; /* `double' expressions are evaluated as
# define FP_ILOGBNAN (-2147483647 - 1)
/* Number of decimal digits for the `long double' type. */
# define DECIMAL_DIG 18
# define DECIMAL_DIG 21
#endif /* ISO C99 */