Sort SEE ALSO.

This commit is contained in:
wiz 2002-02-20 11:53:02 +00:00
parent 9b53792eb8
commit 306d24c5d4
14 changed files with 49 additions and 49 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)acos.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: acos.3,v 1.13 2002/02/07 07:00:48 ross Exp $
.\" $NetBSD: acos.3,v 1.14 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd May 2, 1991
.Dt ACOS 3
@ -69,16 +69,16 @@ to EDOM.
.\" call
.\" .Xr matherr 3 .
.Sh SEE ALSO
.Xr sin 3 ,
.Xr cos 3 ,
.Xr tan 3 ,
.Xr asin 3 ,
.Xr atan 3 ,
.Xr atan2 3 ,
.Xr sinh 3 ,
.Xr cos 3 ,
.Xr cosh 3 ,
.Xr tanh 3 ,
.Xr math 3
.Xr math 3 ,
.Xr sin 3 ,
.Xr sinh 3 ,
.Xr tan 3 ,
.Xr tanh 3
.\" .Xr matherr 3
.Sh STANDARDS
The

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)asin.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: asin.3,v 1.13 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: asin.3,v 1.14 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd May 2, 1991
.Dt ASIN 3
@ -76,11 +76,11 @@ to EDOM.
.Xr atan2 3 ,
.Xr cos 3 ,
.Xr cosh 3 ,
.Xr math 3 ,
.Xr sin 3 ,
.Xr sinh 3 ,
.Xr tan 3 ,
.Xr tanh 3 ,
.Xr math 3
.Xr tanh 3
.\" .Xr matherr 3
.Sh STANDARDS
The

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atan.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: atan.3,v 1.13 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: atan.3,v 1.14 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd May 2, 1991
.Dt ATAN 3
@ -68,11 +68,11 @@ in the range
.Xr atan2 3 ,
.Xr cos 3 ,
.Xr cosh 3 ,
.Xr math 3 ,
.Xr sin 3 ,
.Xr sinh 3 ,
.Xr tan 3 ,
.Xr tanh 3 ,
.Xr math 3
.Xr tanh 3
.\" .Xr matherr 3
.Sh STANDARDS
The

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)atan2.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: atan2.3,v 1.12 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: atan2.3,v 1.13 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd May 2, 1991
.Dt ATAN2 3
@ -184,11 +184,11 @@ r := \(sr(x\(**x+y\(**y);\0\0if r = 0 then x := copysign(1,x);
.Xr atan 3 ,
.Xr cos 3 ,
.Xr cosh 3 ,
.Xr math 3 ,
.Xr sin 3 ,
.Xr sinh 3 ,
.Xr tan 3 ,
.Xr tanh 3 ,
.Xr math 3
.Xr tanh 3
.Sh STANDARDS
The
.Fn atan2

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)ceil.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: ceil.3,v 1.14 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: ceil.3,v 1.15 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd March 10, 1994
.Dt CEIL 3
@ -60,8 +60,8 @@ greater than or equal to
.Xr fabs 3 ,
.Xr floor 3 ,
.Xr ieee 3 ,
.Xr rint 3 ,
.Xr math 3
.Xr math 3 ,
.Xr rint 3
.Sh STANDARDS
The
.Fn ceil

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: cos.3,v 1.12 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: cos.3,v 1.13 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd May 2, 1991
.Dt COS 3
@ -64,16 +64,16 @@ The
.Fn cos
function returns the cosine value.
.Sh SEE ALSO
.Xr sin 3 ,
.Xr tan 3 ,
.Xr asin 3 ,
.Xr acos 3 ,
.Xr asin 3 ,
.Xr atan 3 ,
.Xr atan2 3 ,
.Xr sinh 3 ,
.Xr cosh 3 ,
.Xr tanh 3 ,
.Xr math 3
.Xr math 3 ,
.Xr sin 3 ,
.Xr sinh 3 ,
.Xr tan 3 ,
.Xr tanh 3
.Sh STANDARDS
The
.Fn cos

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)cosh.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: cosh.3,v 1.12 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: cosh.3,v 1.13 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd May 2, 1991
.Dt COSH 3
@ -72,11 +72,11 @@ to ERANGE.
.Xr atan 3 ,
.Xr atan2 3 ,
.Xr cos 3 ,
.Xr math 3 ,
.Xr sin 3 ,
.Xr sinh 3 ,
.Xr tan 3 ,
.Xr tanh 3 ,
.Xr math 3
.Xr tanh 3
.\" .Xr matherr 3
.Sh STANDARDS
The

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)fabs.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: fabs.3,v 1.11 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: fabs.3,v 1.12 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd May 2, 1991
.Dt FABS 3
@ -63,9 +63,9 @@ function returns the absolute value of
.Xr abs 3 ,
.Xr ceil 3 ,
.Xr floor 3 ,
.Xr rint 3 ,
.Xr ieee 3 ,
.Xr math 3
.Xr math 3 ,
.Xr rint 3
.Sh STANDARDS
The
.Fn fabs

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)floor.3 6.5 (Berkeley) 4/19/91
.\" $NetBSD: floor.3,v 1.11 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: floor.3,v 1.12 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd March 10, 1994
.Dt FLOOR 3
@ -60,8 +60,8 @@ less than or equal to
.Xr ceil 3 ,
.Xr fabs 3 ,
.Xr ieee 3 ,
.Xr rint 3 ,
.Xr math 3
.Xr math 3 ,
.Xr rint 3
.Sh STANDARDS
The
.Fn floor

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)rint.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: rint.3,v 1.9 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: rint.3,v 1.10 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd March 10, 1994
.Dt RINT 3
@ -56,8 +56,8 @@ nearest to
according to the prevailing rounding mode.
.Sh SEE ALSO
.Xr abs 3 ,
.Xr fabs 3 ,
.Xr ceil 3 ,
.Xr fabs 3 ,
.Xr floor 3 ,
.Xr ieee 3 ,
.Xr math 3

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sin.3 6.7 (Berkeley) 4/19/91
.\" $NetBSD: sin.3,v 1.11 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: sin.3,v 1.12 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd April 19, 1991
.Dt SIN 3
@ -66,10 +66,10 @@ function returns the sine value.
.Xr atan2 3 ,
.Xr cos 3 ,
.Xr cosh 3 ,
.Xr math 3 ,
.Xr sinh 3 ,
.Xr tan 3 ,
.Xr tanh 3 ,
.Xr math 3
.Xr tanh 3
.Sh STANDARDS
The
.Fn sin

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)sinh.3 6.6 (Berkeley) 4/19/91
.\" $NetBSD: sinh.3,v 1.10 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: sinh.3,v 1.11 2002/02/20 11:53:02 wiz Exp $
.Dd April 19, 1991
.Dt SINH 3
.Os
@ -69,10 +69,10 @@ is set to
.Xr atan2 3 ,
.Xr cos 3 ,
.Xr cosh 3 ,
.Xr math 3 ,
.Xr sin 3 ,
.Xr tan 3 ,
.Xr tanh 3 ,
.Xr math 3
.Xr tanh 3
.Sh STANDARDS
The
.Fn sinh

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)tan.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: tan.3,v 1.10 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: tan.3,v 1.11 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd May 2, 1991
.Dt TAN 3
@ -70,10 +70,10 @@ function returns the tangent value.
.Xr atan2 3 ,
.Xr cos 3 ,
.Xr cosh 3 ,
.Xr math 3 ,
.Xr sin 3 ,
.Xr sinh 3 ,
.Xr tanh 3 ,
.Xr math 3
.Xr tanh 3
.Sh STANDARDS
The
.Fn tan

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)tanh.3 5.1 (Berkeley) 5/2/91
.\" $NetBSD: tanh.3,v 1.9 2002/02/07 07:00:49 ross Exp $
.\" $NetBSD: tanh.3,v 1.10 2002/02/20 11:53:02 wiz Exp $
.\"
.Dd May 2, 1991
.Dt TANH 3
@ -67,10 +67,10 @@ function returns the hyperbolic tangent value.
.Xr atan2 3 ,
.Xr cos 3 ,
.Xr cosh 3 ,
.Xr math 3 ,
.Xr sin 3 ,
.Xr sinh 3 ,
.Xr tan 3 ,
.Xr math 3
.Xr tan 3
.Sh STANDARDS
The
.Fn tanh