summaryrefslogtreecommitdiffstats
path: root/lib/libm
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-01-20 23:23:22 +0000
committerwosch <wosch@FreeBSD.org>1997-01-20 23:23:22 +0000
commit6d0dbd7455d2457305fad8dab1cbd93d75cf5771 (patch)
tree23860e44c1ece8967b4f9b16c420be624a805a80 /lib/libm
parentc25e822b141074240801584c2f7942c95bff2f68 (diff)
downloadFreeBSD-src-6d0dbd7455d2457305fad8dab1cbd93d75cf5771.zip
FreeBSD-src-6d0dbd7455d2457305fad8dab1cbd93d75cf5771.tar.gz
Sort cross references.
Diffstat (limited to 'lib/libm')
-rw-r--r--lib/libm/common_source/acos.310
-rw-r--r--lib/libm/common_source/acosh.34
-rw-r--r--lib/libm/common_source/asin.34
-rw-r--r--lib/libm/common_source/asinh.34
-rw-r--r--lib/libm/common_source/atan.34
-rw-r--r--lib/libm/common_source/atanh.34
-rw-r--r--lib/libm/common_source/ceil.34
-rw-r--r--lib/libm/common_source/cos.310
-rw-r--r--lib/libm/common_source/cosh.34
-rw-r--r--lib/libm/common_source/exp.34
-rw-r--r--lib/libm/common_source/fabs.34
-rw-r--r--lib/libm/common_source/floor.36
-rw-r--r--lib/libm/common_source/ieee.34
-rw-r--r--lib/libm/common_source/infnan.32
-rw-r--r--lib/libm/common_source/j0.34
-rw-r--r--lib/libm/common_source/lgamma.34
-rw-r--r--lib/libm/common_source/rint.32
-rw-r--r--lib/libm/common_source/sin.34
-rw-r--r--lib/libm/common_source/sinh.34
-rw-r--r--lib/libm/common_source/sqrt.34
-rw-r--r--lib/libm/common_source/tan.34
-rw-r--r--lib/libm/common_source/tanh.34
22 files changed, 49 insertions, 49 deletions
diff --git a/lib/libm/common_source/acos.3 b/lib/libm/common_source/acos.3
index 6f1f386..4613957 100644
--- a/lib/libm/common_source/acos.3
+++ b/lib/libm/common_source/acos.3
@@ -71,16 +71,16 @@ to
.Dv EDOM
and a reserved operand fault is generated.
.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 sin 3 ,
+.Xr sinh 3 ,
+.Xr tan 3 ,
+.Xr tanh 3
.Sh STANDARDS
The
.Fn acos
diff --git a/lib/libm/common_source/acosh.3 b/lib/libm/common_source/acosh.3
index 3023da5..3475162 100644
--- a/lib/libm/common_source/acosh.3
+++ b/lib/libm/common_source/acosh.3
@@ -72,8 +72,8 @@ causes a reserved operand fault.
.Xr asinh 3 ,
.Xr atanh 3 ,
.Xr exp 3 ,
-.Xr infnan 3
-.Xr math 3 ,
+.Xr infnan 3 ,
+.Xr math 3
.Sh HISTORY
The
.Fn acosh
diff --git a/lib/libm/common_source/asin.3 b/lib/libm/common_source/asin.3
index 9ca39ca..ebd4671 100644
--- a/lib/libm/common_source/asin.3
+++ b/lib/libm/common_source/asin.3
@@ -78,11 +78,11 @@ a reserved operand fault generated.
.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
.Sh STANDARDS
The
.Fn asin
diff --git a/lib/libm/common_source/asinh.3 b/lib/libm/common_source/asinh.3
index 3958960..cd0b983 100644
--- a/lib/libm/common_source/asinh.3
+++ b/lib/libm/common_source/asinh.3
@@ -60,8 +60,8 @@ returns the inverse hyperbolic sine of
.Xr acosh 3 ,
.Xr atanh 3 ,
.Xr exp 3 ,
-.Xr infnan 3
-.Xr math 3 ,
+.Xr infnan 3 ,
+.Xr math 3
.Sh HISTORY
The
.Fn asinh
diff --git a/lib/libm/common_source/atan.3 b/lib/libm/common_source/atan.3
index 776978e..1119033 100644
--- a/lib/libm/common_source/atan.3
+++ b/lib/libm/common_source/atan.3
@@ -62,11 +62,11 @@ radians.
.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
.Sh STANDARDS
The
.Fn atan
diff --git a/lib/libm/common_source/atanh.3 b/lib/libm/common_source/atanh.3
index 6f08536..49d669f 100644
--- a/lib/libm/common_source/atanh.3
+++ b/lib/libm/common_source/atanh.3
@@ -74,8 +74,8 @@ a reserved operand fault is generated.
.Xr acosh 3 ,
.Xr asinh 3 ,
.Xr exp 3 ,
-.Xr infnan 3
-.Xr math 3 ,
+.Xr infnan 3 ,
+.Xr math 3
.Sh HISTORY
The
.Fn atanh
diff --git a/lib/libm/common_source/ceil.3 b/lib/libm/common_source/ceil.3
index 1c0e6b0..080f30e 100644
--- a/lib/libm/common_source/ceil.3
+++ b/lib/libm/common_source/ceil.3
@@ -55,9 +55,9 @@ expressed as a double.
.Xr abs 3 ,
.Xr fabs 3 ,
.Xr floor 3 ,
-.Xr rint 3 ,
.Xr ieee 3 ,
-.Xr math 3 .
+.Xr math 3 ,
+.Xr rint 3
.Sh STANDARDS
The
.Fn ceil
diff --git a/lib/libm/common_source/cos.3 b/lib/libm/common_source/cos.3
index d1051ed..d279d38 100644
--- a/lib/libm/common_source/cos.3
+++ b/lib/libm/common_source/cos.3
@@ -56,16 +56,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 sin 3 ,
+.Xr sinh 3 ,
+.Xr tan 3 ,
+.Xr tanh 3
.Sh STANDARDS
The
.Fn acos
diff --git a/lib/libm/common_source/cosh.3 b/lib/libm/common_source/cosh.3
index 4eabf55..f88c848 100644
--- a/lib/libm/common_source/cosh.3
+++ b/lib/libm/common_source/cosh.3
@@ -62,11 +62,11 @@ is set to
.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
.Sh STANDARDS
The
.Fn cosh
diff --git a/lib/libm/common_source/exp.3 b/lib/libm/common_source/exp.3
index 1bdf060..be7677c 100644
--- a/lib/libm/common_source/exp.3
+++ b/lib/libm/common_source/exp.3
@@ -260,8 +260,8 @@ then \*(Na**0 = 1 too because x**0 = 1 for all finite
and infinite x, i.e., independently of x.
.El
.Sh SEE ALSO
-.Xr math 3 ,
-.Xr infnan 3
+.Xr infnan 3 ,
+.Xr math 3
.Sh HISTORY
A
.Fn exp ,
diff --git a/lib/libm/common_source/fabs.3 b/lib/libm/common_source/fabs.3
index c03bd2c..82704f1 100644
--- a/lib/libm/common_source/fabs.3
+++ b/lib/libm/common_source/fabs.3
@@ -56,9 +56,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
diff --git a/lib/libm/common_source/floor.3 b/lib/libm/common_source/floor.3
index 5dbe1c8..2aed79d 100644
--- a/lib/libm/common_source/floor.3
+++ b/lib/libm/common_source/floor.3
@@ -53,11 +53,11 @@ function returns the largest integral value
expressed as a double.
.Sh SEE ALSO
.Xr abs 3 ,
-.Xr ieee 3 ,
.Xr fabs 3 ,
.Xr floor 3 ,
-.Xr rint 3 ,
-.Xr math 3
+.Xr ieee 3 ,
+.Xr math 3 ,
+.Xr rint 3
.Sh STANDARDS
The
.Fn floor
diff --git a/lib/libm/common_source/ieee.3 b/lib/libm/common_source/ieee.3
index fd44617..432f7a0 100644
--- a/lib/libm/common_source/ieee.3
+++ b/lib/libm/common_source/ieee.3
@@ -192,8 +192,8 @@ to
.Dv ERANGE .
.Sh SEE ALSO
.Xr floor 3 ,
-.Xr math 3 ,
-.Xr infnan 3
+.Xr infnan 3 ,
+.Xr math 3
.Sh HISTORY
The
.Nm ieee
diff --git a/lib/libm/common_source/infnan.3 b/lib/libm/common_source/infnan.3
index 6a94bf6..6da38fd8 100644
--- a/lib/libm/common_source/infnan.3
+++ b/lib/libm/common_source/infnan.3
@@ -158,8 +158,8 @@ int iarg ;
}
.Ed
.Sh SEE ALSO
-.Xr math 3 ,
.Xr intro 2 ,
+.Xr math 3 ,
.Xr signal 3 .
.Pp
.Dv ERANGE
diff --git a/lib/libm/common_source/j0.3 b/lib/libm/common_source/j0.3
index cd4ac12..3a7d3fb 100644
--- a/lib/libm/common_source/j0.3
+++ b/lib/libm/common_source/j0.3
@@ -118,8 +118,8 @@ is set to
.Er EDOM
and a reserve operand fault is generated.
.Sh SEE ALSO
-.Xr math 3 ,
-.Xr infnan 3
+.Xr infnan 3 ,
+.Xr math 3
.Sh HISTORY
A set of these functions
function appeared in
diff --git a/lib/libm/common_source/lgamma.3 b/lib/libm/common_source/lgamma.3
index 92f68ab..92f4ba6 100644
--- a/lib/libm/common_source/lgamma.3
+++ b/lib/libm/common_source/lgamma.3
@@ -105,8 +105,8 @@ For large non-integer negative values,
.Fn gamma
will underflow.
.Sh SEE ALSO
-.Xr math 3 ,
-.Xr infnan 3
+.Xr infnan 3 ,
+.Xr math 3
.Sh HISTORY
The
.Nm lgamma
diff --git a/lib/libm/common_source/rint.3 b/lib/libm/common_source/rint.3
index 00cbf1c..868ebc9 100644
--- a/lib/libm/common_source/rint.3
+++ b/lib/libm/common_source/rint.3
@@ -103,8 +103,8 @@ and the presence or absence of an integer overflow are hard to
predict.
.Sh SEE ALSO
.Xr abs 3 ,
-.Xr fabs 3 ,
.Xr ceil 3 ,
+.Xr fabs 3 ,
.Xr floor 3 ,
.Xr ieee 3 ,
.Xr math 3
diff --git a/lib/libm/common_source/sin.3 b/lib/libm/common_source/sin.3
index c9bddd9..0eab465 100644
--- a/lib/libm/common_source/sin.3
+++ b/lib/libm/common_source/sin.3
@@ -61,10 +61,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
diff --git a/lib/libm/common_source/sinh.3 b/lib/libm/common_source/sinh.3
index c8b1b7f..26a1403 100644
--- a/lib/libm/common_source/sinh.3
+++ b/lib/libm/common_source/sinh.3
@@ -63,10 +63,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
diff --git a/lib/libm/common_source/sqrt.3 b/lib/libm/common_source/sqrt.3
index a6d47d9..9c8c22b 100644
--- a/lib/libm/common_source/sqrt.3
+++ b/lib/libm/common_source/sqrt.3
@@ -106,8 +106,8 @@ in the
.Em P Ns lace
carried.
.Sh SEE ALSO
-.Xr math 3 ,
-.Xr infnan 3
+.Xr infnan 3 ,
+.Xr math 3
.Sh STANDARDS
The
.Nm sqrt
diff --git a/lib/libm/common_source/tan.3 b/lib/libm/common_source/tan.3
index 4e82ae3..b0d3767 100644
--- a/lib/libm/common_source/tan.3
+++ b/lib/libm/common_source/tan.3
@@ -62,10 +62,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
diff --git a/lib/libm/common_source/tanh.3 b/lib/libm/common_source/tanh.3
index 7531728..2dc6bfc 100644
--- a/lib/libm/common_source/tanh.3
+++ b/lib/libm/common_source/tanh.3
@@ -59,10 +59,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
OpenPOWER on IntegriCloud