summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2005-03-06 19:08:18 +0000
committerdas <das@FreeBSD.org>2005-03-06 19:08:18 +0000
commit6ea772039c6af0352ca089411b31da7d2ed415e2 (patch)
tree32b4028b41f38559a758213e6202b20cd8a37773
parent918fbceba9fce73315cf2bdbe1f4b330464a992b (diff)
downloadFreeBSD-src-6ea772039c6af0352ca089411b31da7d2ed415e2.zip
FreeBSD-src-6ea772039c6af0352ca089411b31da7d2ed415e2.tar.gz
Fix a mistake in the exponent range.
-rw-r--r--lib/msun/man/ieee.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/man/ieee.3 b/lib/msun/man/ieee.3
index 291ccd8..8df28cc 100644
--- a/lib/msun/man/ieee.3
+++ b/lib/msun/man/ieee.3
@@ -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
OpenPOWER on IntegriCloud