diff options
author | phantom <phantom@FreeBSD.org> | 1999-11-09 00:18:22 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-11-09 00:18:22 +0000 |
commit | 757fba0a6b04a6e6a3786bd80b42301bb7e25991 (patch) | |
tree | d5896eb0de5295a43cceda940c4eebdcf18dfcc7 /lib | |
parent | 63fbdd358838db4554d170786550c4277ee6e1dd (diff) | |
download | FreeBSD-src-757fba0a6b04a6e6a3786bd80b42301bb7e25991.zip FreeBSD-src-757fba0a6b04a6e6a3786bd80b42301bb7e25991.tar.gz |
style fix
PR: docs/14737
Submitted by: Norihiro Kumagai <kuma@nk.rim.or.jp>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/msun/man/exp.3 | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/lib/msun/man/exp.3 b/lib/msun/man/exp.3 index 065d556..dc60be6 100644 --- a/lib/msun/man/exp.3 +++ b/lib/msun/man/exp.3 @@ -127,14 +127,17 @@ of to the exponent .Ar y . .Sh ERROR (due to Roundoff etc.) -.Fn exp(x) , -.Fn log(x) , -.Fn expm1(x) and -.Fn log1p(x) +.Fn exp x , +.Fn log x , +.Fn expm1 x +and +.Fn log1p x are accurate to within an .Em ulp , -and log10(x) to within about 2 +and +.Fn log10 x +to within about 2 .Em ulps ; an .Em ulp |