Fix a mistake in the exponent range.

This commit is contained in:
das 2005-03-06 19:08:18 +00:00
parent 918fbceba9
commit 6ea772039c

View File

@ -243,7 +243,7 @@ Range: Overflow threshold = 2.0**16384 = 1.2e4932
.El
.Bd -ragged -offset indent -compact
Underflowed results round to the nearest
integer multiple of 0.5**16451 = 5.7e\-4953.
integer multiple of 0.5**16445 = 5.7e\-4953.
.Ed
.Ed
.Pp