diff options
Diffstat (limited to 'lib/libm')
-rw-r--r-- | lib/libm/man/exp.3 | 4 | ||||
-rw-r--r-- | lib/libm/man/hypot.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3 index 1faf4727f01..3e6b82d5fff 100644 --- a/lib/libm/man/exp.3 +++ b/lib/libm/man/exp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exp.3,v 1.12 2003/02/27 04:44:46 jason Exp $ +.\" $OpenBSD: exp.3,v 1.13 2003/05/08 09:09:45 jmc Exp $ .\" .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. @@ -134,7 +134,7 @@ The .Fn powf function is a single precision version of .Fn pow . -.Sh ERROR (due to Roundoff etc.) +.Sh ERRORS (due to Roundoff etc.) exp(x), log(x), expm1(x) and log1p(x) are accurate to within an .Em ulp , diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3 index 237ef74fe32..c750fe520e4 100644 --- a/lib/libm/man/hypot.3 +++ b/lib/libm/man/hypot.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hypot.3,v 1.8 2003/02/27 01:45:03 jason Exp $ +.\" $OpenBSD: hypot.3,v 1.9 2003/05/08 09:09:45 jmc Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -77,7 +77,7 @@ respectively. = +\*(If for all .Ar v , including \*(Na. -.Sh ERROR (due to Roundoff, etc.) +.Sh ERRORS (due to Roundoff, etc.) Below 0.97 .Em ulps . Consequently |