summaryrefslogtreecommitdiff
path: root/lib/libm
diff options
context:
space:
mode:
authorkleink <kleink@NetBSD.org>1997-07-14 23:23:47 +0000
committerkleink <kleink@NetBSD.org>1997-07-14 23:23:47 +0000
commit899eb5a41b4e2df0fd58001b6803cb6357c8f20a (patch)
tree0d3c09ad91120b7d984fb29613270762da9292e1 /lib/libm
parentc213a3af8bbda02885f439405dede4933215b2c9 (diff)
Add missing standards conformance statements.
Diffstat (limited to 'lib/libm')
-rw-r--r--lib/libm/man/acos.37
-rw-r--r--lib/libm/man/asin.37
-rw-r--r--lib/libm/man/atan.37
-rw-r--r--lib/libm/man/cosh.37
-rw-r--r--lib/libm/man/exp.311
-rw-r--r--lib/libm/man/sqrt.37
6 files changed, 40 insertions, 6 deletions
diff --git a/lib/libm/man/acos.3 b/lib/libm/man/acos.3
index 97460289715..7936ec2fe30 100644
--- a/lib/libm/man/acos.3
+++ b/lib/libm/man/acos.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)acos.3 5.1 (Berkeley) 5/2/91
-.\" $Id: acos.3,v 1.7 1997/03/29 23:10:55 christos Exp $
+.\" $Id: acos.3,v 1.8 1997/07/14 23:23:47 kleink Exp $
.\"
.Dd May 2, 1991
.Dt ACOS 3
@@ -77,3 +77,8 @@ to EDOM.
.Xr tanh 3 ,
.Xr math 3
.\" .Xr matherr 3
+.Sh STANDARDS
+The
+.Fn acos
+function conforms to
+.St -ansiC .
diff --git a/lib/libm/man/asin.3 b/lib/libm/man/asin.3
index 4e6193d37d8..4017f717cf7 100644
--- a/lib/libm/man/asin.3
+++ b/lib/libm/man/asin.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)asin.3 5.1 (Berkeley) 5/2/91
-.\" $Id: asin.3,v 1.7 1997/03/29 23:10:57 christos Exp $
+.\" $Id: asin.3,v 1.8 1997/07/14 23:23:48 kleink Exp $
.\"
.Dd May 2, 1991
.Dt ASIN 3
@@ -79,3 +79,8 @@ to EDOM.
.Xr tanh 3 ,
.Xr math 3
.\" .Xr matherr 3
+.Sh STANDARDS
+The
+.Fn asin
+function conforms to
+.St -ansiC .
diff --git a/lib/libm/man/atan.3 b/lib/libm/man/atan.3
index d5b95cbbcb5..d4cb09b851a 100644
--- a/lib/libm/man/atan.3
+++ b/lib/libm/man/atan.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atan.3 5.1 (Berkeley) 5/2/91
-.\" $Id: atan.3,v 1.7 1997/03/29 23:10:59 christos Exp $
+.\" $Id: atan.3,v 1.8 1997/07/14 23:23:48 kleink Exp $
.\"
.Dd May 2, 1991
.Dt ATAN 3
@@ -71,3 +71,8 @@ in the range
.Xr tanh 3 ,
.Xr math 3
.\" .Xr matherr 3
+.Sh STANDARDS
+The
+.Fn atan
+functions conforms to
+.St -ansiC .
diff --git a/lib/libm/man/cosh.3 b/lib/libm/man/cosh.3
index f803ff8ffb1..ab104f1bb3f 100644
--- a/lib/libm/man/cosh.3
+++ b/lib/libm/man/cosh.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91
-.\" $Id: cosh.3,v 1.7 1997/03/29 23:11:00 christos Exp $
+.\" $Id: cosh.3,v 1.8 1997/07/14 23:23:49 kleink Exp $
.\"
.Dd May 2, 1991
.Dt COSH 3
@@ -75,3 +75,8 @@ to ERANGE.
.Xr tanh 3 ,
.Xr math 3
.\" .Xr matherr 3
+.Sh STANDARDS
+The
+.Fn cosh
+function conforms to
+.St -ansiC .
diff --git a/lib/libm/man/exp.3 b/lib/libm/man/exp.3
index 4fb90606570..16f95c365d4 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.11 1997/03/29 23:11:02 christos Exp $
+.\" $Id: exp.3,v 1.12 1997/07/14 23:23:50 kleink Exp $
.\"
.Dd July 31, 1991
.Dt EXP 3
@@ -274,6 +274,15 @@ and infinite x, i.e., independently of x.
.El
.Sh SEE ALSO
.Xr math 3
+.Sh STANDARDS
+The
+.Fn exp ,
+.Fn log ,
+.Fn log10
+and
+.Fn pow
+functions conform to
+.St -ansiC .
.Sh HISTORY
A
.Fn exp ,
diff --git a/lib/libm/man/sqrt.3 b/lib/libm/man/sqrt.3
index ddc0f3f9180..369a431cb43 100644
--- a/lib/libm/man/sqrt.3
+++ b/lib/libm/man/sqrt.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sqrt.3 6.4 (Berkeley) 5/6/91
-.\" $Id: sqrt.3,v 1.5 1997/03/29 23:11:06 christos Exp $
+.\" $Id: sqrt.3,v 1.6 1997/07/14 23:23:50 kleink Exp $
.\"
.Dd May 6, 1991
.Dt SQRT 3
@@ -79,6 +79,11 @@ to EDOM.
.Sh SEE ALSO
.Xr math 3
.\" .Xr matherr 3
+.Sh STANDARDS
+The
+.Fn sqrt
+function conforms to
+.St -ansiC .
.Sh HISTORY
The
.Fn cbrt