intro(3M) => math(3M), move see also's to end
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 13 May 1986 08:11:59 +0000 (00:11 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 13 May 1986 08:11:59 +0000 (00:11 -0800)
SCCS-vsn: lib/libm/common_source/asinh.3 6.2
SCCS-vsn: lib/libm/common_source/erf.3 6.2
SCCS-vsn: lib/libc/stdlib/exit.3 6.2
SCCS-vsn: lib/libm/common_source/exp.3 6.8
SCCS-vsn: lib/libm/common_source/floor.3 6.4
SCCS-vsn: lib/libm/common_source/hypot.3 6.5
SCCS-vsn: lib/libm/common_source/ieee.3 6.2
SCCS-vsn: lib/libm/common_source/infnan.3 6.3
SCCS-vsn: share/man/man3/intro.3 6.5
SCCS-vsn: lib/libm/common_source/j0.3 6.6
SCCS-vsn: lib/libm/common_source/lgamma.3 6.2
SCCS-vsn: lib/libm/common_source/sin.3 6.6
SCCS-vsn: lib/libm/common_source/sinh.3 6.5
SCCS-vsn: lib/libm/common_source/sqrt.3 6.2

14 files changed:
usr/src/lib/libc/stdlib/exit.3
usr/src/lib/libm/common_source/asinh.3
usr/src/lib/libm/common_source/erf.3
usr/src/lib/libm/common_source/exp.3
usr/src/lib/libm/common_source/floor.3
usr/src/lib/libm/common_source/hypot.3
usr/src/lib/libm/common_source/ieee.3
usr/src/lib/libm/common_source/infnan.3
usr/src/lib/libm/common_source/j0.3
usr/src/lib/libm/common_source/lgamma.3
usr/src/lib/libm/common_source/sin.3
usr/src/lib/libm/common_source/sinh.3
usr/src/lib/libm/common_source/sqrt.3
usr/src/share/man/man3/intro.3

index ffc940d..7147664 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)exit.3      6.1 (Berkeley) %G%
+.\"    @(#)exit.3      6.2 (Berkeley) %G%
 .\"
 .TH EXIT 3 ""
 .UC 5
 .\"
 .TH EXIT 3 ""
 .UC 5
@@ -23,4 +23,4 @@ to flush any buffered output.
 .I Exit
 never returns.
 .SH "SEE ALSO"
 .I Exit
 never returns.
 .SH "SEE ALSO"
-exit(2), intro(3S)
+exit(2), intro(3)
index d5963d7..868dd5c 100644 (file)
@@ -3,7 +3,7 @@ From Prof. Kahan at UC at Berkeley
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)asinh.3     6.1 (Berkeley) %G%
+.\"    @(#)asinh.3     6.2 (Berkeley) %G%
 .\"
 .TH ASINH 3M  ""
 .UC 6
 .\"
 .TH ASINH 3M  ""
 .UC 6
@@ -26,8 +26,6 @@ asinh, acosh, atanh \- inverse hyperbolic functions
 .SH DESCRIPTION
 These functions compute the designated inverse hyperbolic functions for real
 arguments.
 .SH DESCRIPTION
 These functions compute the designated inverse hyperbolic functions for real
 arguments.
-.SH SEE ALSO
-intro(3M), exp(3M), infnan(3M)
 .SH ERROR (due to Roundoff etc.)
 These functions inherit much of their error from log1p described in
 exp(3M).  On a VAX, acosh is accurate to about 3 \*(ups,
 .SH ERROR (due to Roundoff etc.)
 These functions inherit much of their error from log1p described in
 exp(3M).  On a VAX, acosh is accurate to about 3 \*(ups,
@@ -38,5 +36,7 @@ Acosh returns the reserved operand on a VAX if the argument is less than 1.
 .PP
 Atanh returns the reserved operand on a VAX if the argument has absolute
 value bigger than or equal to 1.
 .PP
 Atanh returns the reserved operand on a VAX if the argument has absolute
 value bigger than or equal to 1.
+.SH SEE ALSO
+math(3M), exp(3M), infnan(3M)
 .SH AUTHOR
 W. Kahan, Kwok\-Choi Ng
 .SH AUTHOR
 W. Kahan, Kwok\-Choi Ng
index 34b7497..3783613 100644 (file)
@@ -3,7 +3,7 @@ From Prof. Kahan at UC at Berkeley
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)erf.3       6.1 (Berkeley) %G%
+.\"    @(#)erf.3       6.2 (Berkeley) %G%
 .\"
 .TH ERF 3M  ""
 .UC 6
 .\"
 .TH ERF 3M  ""
 .UC 6
@@ -35,4 +35,4 @@ of relative accuracy if erf\|(x) is called for large x
 and the result subtracted from 1.
 (e.g. for x = 10, 12 places are lost).
 .SH SEE ALSO
 and the result subtracted from 1.
 (e.g. for x = 10, 12 places are lost).
 .SH SEE ALSO
-intro(3M)
+math(3M)
index bdb0eba..922b103 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)exp.3       6.7 (Berkeley) %G%
+.\"    @(#)exp.3       6.8 (Berkeley) %G%
 .\"
 .TH EXP 3M  ""
 .UC 4
 .\"
 .TH EXP 3M  ""
 .UC 4
@@ -49,8 +49,6 @@ Pow(x,y) returns
 x**y.
 .if t \
 x\u\s8y\s10\d.
 x**y.
 .if t \
 x\u\s8y\s10\d.
-.SH SEE ALSO
-intro(3M), infnan(3M)
 .SH ERROR (due to Roundoff etc.)
 exp(x), log(x), expm1(x) and log1p(x) are accurate to within 
 an \*(up, and log10(x) to within about 2 \*(ups;
 .SH ERROR (due to Roundoff etc.)
 exp(x), log(x), expm1(x) and log1p(x) are accurate to within 
 an \*(up, and log10(x) to within about 2 \*(ups;
@@ -124,5 +122,7 @@ infinity**0 = 1/0**0 = 1 too; and
 \(if**0 = 1/0**0 = 1 too; and
 then \*(nn**0 = 1 too because x**0 = 1 for all finite
 and infinite x, i.e. independently of x.
 \(if**0 = 1/0**0 = 1 too; and
 then \*(nn**0 = 1 too because x**0 = 1 for all finite
 and infinite x, i.e. independently of x.
+.SH SEE ALSO
+math(3M), infnan(3M)
 .SH AUTHOR
 Kwok\-Choi Ng, W. Kahan
 .SH AUTHOR
 Kwok\-Choi Ng, W. Kahan
index 1f20704..2bb95d5 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)floor.3     6.3 (Berkeley) %G%
+.\"    @(#)floor.3     6.4 (Berkeley) %G%
 .\"
 .TH FLOOR 3M  ""
 .UC 4
 .\"
 .TH FLOOR 3M  ""
 .UC 4
@@ -34,10 +34,6 @@ Ceil returns the smallest integer no less than x.
 .PP
 Rint returns the integer (represented as a double precision number)
 nearest x in the direction of the prevailing rounding mode.
 .PP
 Rint returns the integer (represented as a double precision number)
 nearest x in the direction of the prevailing rounding mode.
-.SH SEE ALSO
-abs(3),
-ieee(3M),
-intro(3M)
 .SH NOTES
 On a VAX, rint(x) is equivalent to adding half to the magnitude
 and then rounding towards zero.
 .SH NOTES
 On a VAX, rint(x) is equivalent to adding half to the magnitude
 and then rounding towards zero.
@@ -59,3 +55,7 @@ If in doubt, use floor, ceil, or rint first, whichever you intend.
 Also note that, if x is larger than k can accommodate, the value of
 k and the presence or absence of an integer overflow are hard to
 predict.
 Also note that, if x is larger than k can accommodate, the value of
 k and the presence or absence of an integer overflow are hard to
 predict.
+.SH SEE ALSO
+abs(3),
+ieee(3M),
+math(3M)
index 85a3d7c..d3c4807 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)hypot.3     6.4 (Berkeley) %G%
+.\"    @(#)hypot.3     6.5 (Berkeley) %G%
 .\"
 .TH HYPOT 3M  ""
 .UC 4
 .\"
 .TH HYPOT 3M  ""
 .UC 4
@@ -30,8 +30,6 @@ hypot(infinity,v) = hypot(v,infinity) = +infinity for all v,
 .if t \
 hypot(\(if,v) = hypot(v,\(if) = +\(if for all v, 
 including \*(nn.
 .if t \
 hypot(\(if,v) = hypot(v,\(if) = +\(if for all v, 
 including \*(nn.
-.SH SEE ALSO
-intro(3M), sqrt(3M)
 .SH ERROR (due to Roundoff, etc.)
 Below 0.97 \*(ups.  Consequently hypot(5.0,12.0)\0=\013.0 exactly;
 in general, hypot and cabs return an integer whenever an
 .SH ERROR (due to Roundoff, etc.)
 Below 0.97 \*(ups.  Consequently hypot(5.0,12.0)\0=\013.0 exactly;
 in general, hypot and cabs return an integer whenever an
@@ -72,5 +70,7 @@ disappear when it turns out to be irrelevant, as it does in
 hypot(infinity,\*(nn).
 .if t \
 hypot(\(if,\*(nn).
 hypot(infinity,\*(nn).
 .if t \
 hypot(\(if,\*(nn).
+.SH SEE ALSO
+math(3M), sqrt(3M)
 .SH AUTHOR
 W. Kahan
 .SH AUTHOR
 W. Kahan
index 4db2f55..e13f845 100644 (file)
@@ -3,7 +3,7 @@ From Prof. Kahan at UC at Berkeley
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)ieee.3      6.1 (Berkeley) %G%
+.\"    @(#)ieee.3      6.2 (Berkeley) %G%
 .\"
 .TH IEEE 3M  ""
 .UC 6
 .\"
 .TH IEEE 3M  ""
 .UC 6
@@ -70,8 +70,6 @@ or x lies between 0 and the Underflow Threshold; see below under "BUGS".
 .PP
 Scalb(x,n) = x\(**(2**n) computed, for integer n, without first computing
 2**n.
 .PP
 Scalb(x,n) = x\(**(2**n) computed, for integer n, without first computing
 2**n.
-.SH SEE ALSO
-floor(3M), intro(3M), infnan(3M)
 .SH DIAGNOSTICS
 IEEE 754 defines drem(x,0) and
 .if n \
 .SH DIAGNOSTICS
 IEEE 754 defines drem(x,0) and
 .if n \
@@ -95,6 +93,8 @@ requires the latter to signal Division\-by\-Zero.
 But on a VAX, logb(0) = 1.0 \- 2.0**31 = \-2,147,483,647.0.
 And if the correct value of scalb(x,n) would overflow on a VAX,
 it returns the reserved operand and sets \fIerrno\fR to ERANGE.
 But on a VAX, logb(0) = 1.0 \- 2.0**31 = \-2,147,483,647.0.
 And if the correct value of scalb(x,n) would overflow on a VAX,
 it returns the reserved operand and sets \fIerrno\fR to ERANGE.
+.SH SEE ALSO
+floor(3M), math(3M), infnan(3M)
 .SH AUTHOR
 Kwok\-Choi Ng
 .SH BUGS
 .SH AUTHOR
 Kwok\-Choi Ng
 .SH BUGS
index f7cc1f6..88daf94 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)infnan.3    6.2 (Berkeley) %G%
+.\"    @(#)infnan.3    6.3 (Berkeley) %G%
 .\"
 .TH INFNAN 3M  ""
 .UC 6
 .\"
 .TH INFNAN 3M  ""
 .UC 6
@@ -97,8 +97,7 @@ int   iarg ;
 .ta
 .fi
 .SH SEE ALSO
 .ta
 .fi
 .SH SEE ALSO
-intro(3M), intro(2), signal(3).
+math(3M), intro(2), signal(3).
 .PP
 ERANGE and EDOM are defined in <errno.h>.  See intro(2)
 .PP
 ERANGE and EDOM are defined in <errno.h>.  See intro(2)
-for interpretations of EDOM and ERANGE from the operating
-system's point of view.
+for explanation of EDOM and ERANGE.
index 28173c3..0e965c2 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)j0.3        6.5 (Berkeley) %G%
+.\"    @(#)j0.3        6.6 (Berkeley) %G%
 .\"
 .TH J0 3M  ""
 .UC 4
 .\"
 .TH J0 3M  ""
 .UC 4
@@ -35,8 +35,8 @@ j0, j1, jn, y0, y1, yn \- bessel functions
 .SH DESCRIPTION
 These functions calculate Bessel functions of the first
 and second kinds for real arguments and integer orders.
 .SH DESCRIPTION
 These functions calculate Bessel functions of the first
 and second kinds for real arguments and integer orders.
-.SH SEE ALSO
-intro(3M), infnan(3M)
 .SH DIAGNOSTICS
 On a VAX, negative arguments cause y0, y1 and yn
 to return the reserved operand and set \fIerrno\fR to EDOM.
 .SH DIAGNOSTICS
 On a VAX, negative arguments cause y0, y1 and yn
 to return the reserved operand and set \fIerrno\fR to EDOM.
+.SH SEE ALSO
+math(3M), infnan(3M)
index b87e10d..97c9ef1 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)lgamma.3    6.1 (Berkeley) %G%
+.\"    @(#)lgamma.3    6.2 (Berkeley) %G%
 .\"
 .TH LGAMMA 3M  ""
 .UC 6
 .\"
 .TH LGAMMA 3M  ""
 .UC 6
@@ -79,9 +79,9 @@ double x;
 }\fR
 .RE
 .fi
 }\fR
 .RE
 .fi
-.SH SEE ALSO
-intro(3M), infnan(3M)
 .SH DIAGNOSTICS
 The reserved operand is returned on a VAX for negative integer arguments,
 \fIerrno\fR is set to ERANGE; for very large arguments over/underflows will
 .SH DIAGNOSTICS
 The reserved operand is returned on a VAX for negative integer arguments,
 \fIerrno\fR is set to ERANGE; for very large arguments over/underflows will
-occur inside the program lgamma.
+occur inside the \fIlgamma\fP routine.
+.SH SEE ALSO
+math(3M), infnan(3M)
index 5232c8b..50d7035 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)sin.3       6.5 (Berkeley) %G%
+.\"    @(#)sin.3       6.6 (Berkeley) %G%
 .\"
 .TH SIN 3M  ""
 .UC 4
 .\"
 .TH SIN 3M  ""
 .UC 4
@@ -74,8 +74,6 @@ atan2(y,x) :=         atan(y/x)       if x > 0,
        sign(y)\(**\(*p/2       if x = 0 \(!= y.  \}
 .ta
 .fi
        sign(y)\(**\(*p/2       if x = 0 \(!= y.  \}
 .ta
 .fi
-.SH SEE ALSO
-intro(3M), hypot(3M), sqrt(3M), infnan(3M)
 .SH DIAGNOSTICS
 On a VAX, if |x| > 1 then asin(x) and acos(x)
 will return reserved operands and \fIerrno\fR will be set to EDOM.
 .SH DIAGNOSTICS
 On a VAX, if |x| > 1 then asin(x) and acos(x)
 will return reserved operands and \fIerrno\fR will be set to EDOM.
@@ -192,6 +190,8 @@ and sin(2x)\0=\02\|sin(x)cos(x) to within a few \*(ups no matter how big
 x may be.  Therefore the difference between P and
 .Pi
 is most unlikely to affect scientific and engineering computations.
 x may be.  Therefore the difference between P and
 .Pi
 is most unlikely to affect scientific and engineering computations.
+.SH SEE ALSO
+math(3M), hypot(3M), sqrt(3M), infnan(3M)
 .SH AUTHOR
 Robert P. Corbett, W. Kahan, Stuart\0I.\0McDonald, Peter\0Tang and,
 for the codes for IEEE 754, Dr. Kwok\-Choi\0Ng.
 .SH AUTHOR
 Robert P. Corbett, W. Kahan, Stuart\0I.\0McDonald, Peter\0Tang and,
 for the codes for IEEE 754, Dr. Kwok\-Choi\0Ng.
index db5c171..fe7e3b5 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)sinh.3      6.4 (Berkeley) %G%
+.\"    @(#)sinh.3      6.5 (Berkeley) %G%
 .\"
 .TH SINH 3M  ""
 .UC 4
 .\"
 .TH SINH 3M  ""
 .UC 4
@@ -23,13 +23,13 @@ sinh, cosh, tanh \- hyperbolic functions
 .fi
 .SH DESCRIPTION
 These functions compute the designated hyperbolic functions for real arguments.
 .fi
 .SH DESCRIPTION
 These functions compute the designated hyperbolic functions for real arguments.
-.SH SEE ALSO
-intro(3M), infnan(3M)
 .SH ERROR (due to Roundoff etc.)
 Below 2.4 \fIulp\fRs; an \fIulp\fR is one \fIU\fRnit in the \fIL\fRast
 \fIP\fRlace.
 .SH DIAGNOSTICS
 Sinh and cosh return the reserved operand on a VAX if
 the correct value would overflow.
 .SH ERROR (due to Roundoff etc.)
 Below 2.4 \fIulp\fRs; an \fIulp\fR is one \fIU\fRnit in the \fIL\fRast
 \fIP\fRlace.
 .SH DIAGNOSTICS
 Sinh and cosh return the reserved operand on a VAX if
 the correct value would overflow.
+.SH SEE ALSO
+math(3M), infnan(3M)
 .SH AUTHOR
 W. Kahan, Kwok\-Choi Ng
 .SH AUTHOR
 W. Kahan, Kwok\-Choi Ng
index 2e8b223..b8b9268 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)sqrt.3      6.1 (Berkeley) %G%
+.\"    @(#)sqrt.3      6.2 (Berkeley) %G%
 .\"
 .TH SQRT 3M  ""
 .UC 6
 .\"
 .TH SQRT 3M  ""
 .UC 6
@@ -23,8 +23,6 @@ cbrt, sqrt \- cube root, square root
 Cbrt(x) returns the cube root of x.
 .PP
 Sqrt(x) returns the square root of x.
 Cbrt(x) returns the cube root of x.
 .PP
 Sqrt(x) returns the square root of x.
-.SH SEE ALSO
-intro(3M), infnan(3M)
 .SH DIAGNOSTICS
 On a VAX, sqrt(negative)
 returns the reserved operand and sets \fIerrno\fR to EDOM .
 .SH DIAGNOSTICS
 On a VAX, sqrt(negative)
 returns the reserved operand and sets \fIerrno\fR to EDOM .
@@ -37,5 +35,7 @@ Sqrt on a machine that conforms to IEEE 754 is correctly rounded
 in accordance with the rounding mode in force; the error is less than
 half an \*(up in the default mode (round\-to\-nearest).
 An \*(up is one \fIU\fRnit in the \fIL\fRast \fIP\fRlace carried.
 in accordance with the rounding mode in force; the error is less than
 half an \*(up in the default mode (round\-to\-nearest).
 An \*(up is one \fIU\fRnit in the \fIL\fRast \fIP\fRlace carried.
+.SH SEE ALSO
+math(3M), infnan(3M)
 .SH AUTHOR
 W. Kahan
 .SH AUTHOR
 W. Kahan
index ff0d13e..fbedbc1 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)intro.3     6.4 (Berkeley) %G%
+.\"    @(#)intro.3     6.5 (Berkeley) %G%
 .\"
 .TH INTRO 3 ""
 .UC 4
 .\"
 .TH INTRO 3 ""
 .UC 4