diff options
author | danny <danny@FreeBSD.org> | 1998-01-15 23:28:18 +0000 |
---|---|---|
committer | danny <danny@FreeBSD.org> | 1998-01-15 23:28:18 +0000 |
commit | 3ea659a0cbaba6c86b5395b36e687129b92f5128 (patch) | |
tree | 87ace76c26072610cb9443a9ed348c6536adeb33 | |
parent | 1b4c140fc6372fab584b986a2dea7d8cc3c2b9de (diff) | |
download | FreeBSD-src-3ea659a0cbaba6c86b5395b36e687129b92f5128.zip FreeBSD-src-3ea659a0cbaba6c86b5395b36e687129b92f5128.tar.gz |
PR: 5489
Submitted by: Steve G. Kargl <kargl@troutmask.apl.washington.edu>
Repair corrupted text.
-rw-r--r-- | lib/msun/man/math.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/msun/man/math.3 b/lib/msun/man/math.3 index a692b5f..f1fec65 100644 --- a/lib/msun/man/math.3 +++ b/lib/msun/man/math.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)math.3 6.10 (Berkeley) 5/6/91 -.\" $Id$ +.\" $Id: math.3,v 1.5 1997/02/22 15:09:39 peter Exp $ .\" .TH MATH 3M "May 6, 1991" .UC 4 @@ -112,11 +112,11 @@ arithmetic conforming to the IEEE Standard 754 for Binary Floating\-Point Arithmetic. The two versions behave very similarly, as should be expected from programs more accurate and robust than was the norm when UNIX was born. For -instance, the programs are accurat ere accurn the numbers +instance, the programs are accurate to within the numbers of \*(ups tabulated above; an \*(up is one \fIU\fRnit in the \fIL\fRast -\fIP\fRlace. And the progrod the prbeen cured of anomalies that -afflicted the older mat` older math library \fIlibm\fR in which incidents like -the followineported: +\fIP\fRlace. And the programs have been cured of anomalies that +afflicted the older math library \fIlibm\fR in which incidents like +the following had been reported: .RS sqrt(\-1.0) = 0.0 and log(\-1.0) = \-1.7e38. .br |