diff options
| author | jtc <jtc@NetBSD.org> | 1994-02-11 18:34:05 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1994-02-11 18:34:05 +0000 |
| commit | 1e7d35f8a10f4eca4f4f5fefcdf3786ce3448174 (patch) | |
| tree | 73a253c1035a2980196acff425b13a90398adcf0 /lib/libm | |
| parent | 14664faf4922904d35dc27ff5257450efe29a7de (diff) | |
Beginning of changes needed for fdlibm
Diffstat (limited to 'lib/libm')
| -rw-r--r-- | lib/libm/man/exp.3 | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3 index 329e662263b..52f64fd9d7e 100644 --- a/lib/libm/man/exp.3 +++ b/lib/libm/man/exp.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91 -.\" $Id: exp.3,v 1.6 1994/01/11 00:46:50 jtc Exp $ +.\" $Id: exp.3,v 1.7 1994/02/11 18:34:05 jtc Exp $ .\" .Dd July 31, 1991 .Dt EXP 3 @@ -51,16 +51,10 @@ .Ft double .Fn exp "double x" .Ft double -.Fn exp2 "double x" -.Ft double -.Fn exp10 "double x" -.Ft double .Fn expm1 "double x" .Ft double .Fn log "double x" .Ft double -.Fn log2 "double x" -.Ft double .Fn log10 "double x" .Ft double .Fn log1p "double x" @@ -83,12 +77,6 @@ function computes the value of the natural logarithm of argument .Fa x. .Pp The -.Fn log2 -function computes the value of the logarithm of argument -.Fa x -to base 2. -.Pp -The .Fn log10 function computes the value of the logarithm of argument .Fa x |
