diff options
| author | Alexey Zelkin <phantom@FreeBSD.org> | 1999-11-09 00:19:48 +0000 |
|---|---|---|
| committer | Alexey Zelkin <phantom@FreeBSD.org> | 1999-11-09 00:19:48 +0000 |
| commit | 36fc70da71b7decd97da88ec9612e87693412a71 (patch) | |
| tree | 82d423d0f5b3288ca2b028105ab02a08700ef74e | |
| parent | d5a8261418eb7b3e31433bc38a95e18d5230caab (diff) | |
Notes
| -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 065d55670b8b..dc60be6b95a8 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 |
