Various reformattings

This commit is contained in:
Michael Kerrisk 2007-12-24 11:29:54 +00:00
parent daac0b393a
commit 92499e066d
2 changed files with 10 additions and 4 deletions

View File

@ -15,8 +15,11 @@ ccosh, ccoshf, ccoshl \- complex hyperbolic cosine
.sp
Link with \fI\-lm\fP.
.SH DESCRIPTION
The complex hyperbolic cosine function ccosh(z) is defined as
(exp(z)+exp(\-z))/2.
The complex hyperbolic cosine function is defined as
.nf
ccosh(z) = (exp(z)+exp(\-z))/2
.fi
.SH "CONFORMING TO"
C99
.SH "SEE ALSO"

View File

@ -15,8 +15,11 @@ csinh, csinhf, csinhl \- complex hyperbolic sine
.sp
Link with \fI\-lm\fP.
.SH DESCRIPTION
The complex hyperbolic sine function sinh(z) is defined as
(exp(z)\-exp(\-z))/2.
The complex hyperbolic sine function is defined as:
.nf
csinh(z) = (exp(z)\-exp(\-z))/2
.fi
.SH "CONFORMING TO"
C99
.SH "SEE ALSO"