diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-01-20 23:23:22 +0000 |
| commit | 75141cc9877bd4c86b39c602f68ae5dc205cefdb (patch) | |
| tree | 23860e44c1ece8967b4f9b16c420be624a805a80 /lib/libm/common_source | |
| parent | 179604044813b13b6c13ecb74de46206ad287e49 (diff) | |
Notes
Diffstat (limited to 'lib/libm/common_source')
| -rw-r--r-- | lib/libm/common_source/acos.3 | 10 | ||||
| -rw-r--r-- | lib/libm/common_source/acosh.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/asin.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/asinh.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/atan.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/atanh.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/ceil.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/cos.3 | 10 | ||||
| -rw-r--r-- | lib/libm/common_source/cosh.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/exp.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/fabs.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/floor.3 | 6 | ||||
| -rw-r--r-- | lib/libm/common_source/ieee.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/infnan.3 | 2 | ||||
| -rw-r--r-- | lib/libm/common_source/j0.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/lgamma.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/rint.3 | 2 | ||||
| -rw-r--r-- | lib/libm/common_source/sin.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/sinh.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/sqrt.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/tan.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/tanh.3 | 4 |
22 files changed, 49 insertions, 49 deletions
diff --git a/lib/libm/common_source/acos.3 b/lib/libm/common_source/acos.3 index 6f1f3864f19b..4613957d38e9 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 3023da506500..347516280471 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 9ca39caca63f..ebd4671ec1bd 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 3958960399a8..cd0b983db1e6 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 776978e03bc4..11190330adc0 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 6f085362e283..49d669fd389e 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 1c0e6b0ffe9e..080f30ea0c32 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 d1051ed64e27..d279d38b3783 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 4eabf55de62c..f88c848453e5 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 1bdf06088529..be7677ca168c 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 c03bd2cdef5e..82704f189d6c 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 5dbe1c8f7874..2aed79d569ba 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 fd44617d82f8..432f7a0271bc 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 6a94bf6b241b..6da38fd81ee8 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 cd4ac12905ce..3a7d3fba99d5 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 92f68ab2a9eb..92f4ba6602a2 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 00cbf1cdbf55..868ebc970eb1 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 c9bddd920e78..0eab4650ad41 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 c8b1b7f53cc7..26a1403492c6 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 a6d47d911a7e..9c8c22be787f 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 4e82ae32242a..b0d376772897 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 7531728c61ca..2dc6bfcd1011 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 |
