diff options
author | 2013-07-17 05:42:10 +0000 | |
---|---|---|
committer | 2013-07-17 05:42:10 +0000 | |
commit | 23fbb714ee0d9e87b8c1fa165af1f555294785eb (patch) | |
tree | 248b04849e966acb09eff7ac5b30e5ad56bcc86c /lib/libm/man/exp.3 | |
parent | Enable jfb-style acceleration on XVR-600. (diff) | |
download | wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.tar.xz wireguard-openbsd-23fbb714ee0d9e87b8c1fa165af1f555294785eb.zip |
more library history
facts checked by sobrado@
style tweaks and ok jmc@
Diffstat (limited to 'lib/libm/man/exp.3')
-rw-r--r-- | lib/libm/man/exp.3 | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3 index 37b0a470b3d..92a9c155682 100644 --- a/lib/libm/man/exp.3 +++ b/lib/libm/man/exp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exp.3,v 1.26 2013/06/05 03:40:26 tedu Exp $ +.\" $OpenBSD: exp.3,v 1.27 2013/07/17 05:42:11 schwarze Exp $ .\" .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)exp.3 6.12 (Berkeley) 7/31/91 .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: July 17 2013 $ .Dt EXP 3 .Os .Sh NAME @@ -392,22 +392,20 @@ and infinite x, i.e., independently of x. .Xr ilogb 3 , .Xr infnan 3 .Sh HISTORY -A -.Fn exp , -.Fn log +The +.Fn exp and +.Fn log +functions first appeared in +.At v1 ; .Fn pow -functions -appeared in -.At v6 . -A +in +.At v3 ; .Fn log10 -function -appeared in -.At v7 . -The +in +.At v7 ; .Fn log1p and .Fn expm1 -functions appeared in +in .Bx 4.3 . |