Added section number to page xref.

This commit is contained in:
Michael Kerrisk 2007-11-16 06:41:19 +00:00
parent 1313604daa
commit d80882c7e0
6 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ Link with \fI\-lm\fP.
.SH DESCRIPTION .SH DESCRIPTION
The The
.BR cacos () .BR cacos ()
function calculates the complex acos(). function calculates the complex acos(3).
If y = cacos(z), then z = ccos(y). If y = cacos(z), then z = ccos(y).
The real part of y is chosen in the interval [0,pi]. The real part of y is chosen in the interval [0,pi].
.LP .LP

View File

@ -17,7 +17,7 @@ Link with \fI\-lm\fP.
.SH DESCRIPTION .SH DESCRIPTION
The The
.BR cacosh () .BR cacosh ()
function calculates the complex acosh(). function calculates the complex acosh(3).
If y = cacosh(z), then z = ccosh(y). If y = cacosh(z), then z = ccosh(y).
The imaginary part of y is chosen in the interval [\-pi,pi]. The imaginary part of y is chosen in the interval [\-pi,pi].
The real part of y is chosen non-negative. The real part of y is chosen non-negative.

View File

@ -17,7 +17,7 @@ Link with \fI\-lm\fP.
.SH DESCRIPTION .SH DESCRIPTION
The The
.BR casin () .BR casin ()
function calculates the complex asin(). function calculates the complex asin(3).
If y = casin(z), then z = csin(y). If y = casin(z), then z = csin(y).
The real part of y is chosen in the interval [\-pi/2,pi/2]. The real part of y is chosen in the interval [\-pi/2,pi/2].
.LP .LP

View File

@ -17,7 +17,7 @@ Link with \fI\-lm\fP.
.SH DESCRIPTION .SH DESCRIPTION
The The
.BR casinh () .BR casinh ()
function calculates the complex asinh(). function calculates the complex asinh(3).
If y = casinh(z), then z = csinh(y). If y = casinh(z), then z = csinh(y).
The imaginary part of y is chosen in the interval [\-pi/2,pi/2]. The imaginary part of y is chosen in the interval [\-pi/2,pi/2].
.LP .LP

View File

@ -17,7 +17,7 @@ Link with \fI\-lm\fP.
.SH DESCRIPTION .SH DESCRIPTION
The The
.BR catan () .BR catan ()
function calculates the complex atan(). function calculates the complex atan(3).
If y = catan(z), then z = ctan(y). If y = catan(z), then z = ctan(y).
The real part of y is chosen in the interval [\-pi/2,pi/2]. The real part of y is chosen in the interval [\-pi/2,pi/2].
.LP .LP

View File

@ -17,7 +17,7 @@ Link with \fI\-lm\fP.
.SH DESCRIPTION .SH DESCRIPTION
The The
.BR catanh () .BR catanh ()
function calculates the complex atanh(). function calculates the complex atanh(3).
If y = catanh(z), then z = ctanh(y). If y = catanh(z), then z = ctanh(y).
The imaginary part of y is chosen in the interval [\-pi/2,pi/2]. The imaginary part of y is chosen in the interval [\-pi/2,pi/2].
.LP .LP