diff options
| author | Daniel O'Callaghan <danny@FreeBSD.org> | 1998-01-15 23:28:18 +0000 |
|---|---|---|
| committer | Daniel O'Callaghan <danny@FreeBSD.org> | 1998-01-15 23:28:18 +0000 |
| commit | fb9d219addb198708494a5622abe92281f90c883 (patch) | |
| tree | 6d253a434f141f542b20834398e67bb4bf52348c | |
| parent | 561ceaff07cec72bc2edc5c236723d1f626dc621 (diff) | |
Notes
| -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 a692b5f869ad..f1fec654c6c4 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 |
