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
The
.BR cacos ()
function calculates the complex acos().
function calculates the complex acos(3).
If y = cacos(z), then z = ccos(y).
The real part of y is chosen in the interval [0,pi].
.LP

View File

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

View File

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

View File

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

View File

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

View File

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