Fix: s/acosh/atanh/ (fix from Fedora man-pages-2.07-7)

This commit is contained in:
Michael Kerrisk 2005-10-04 12:48:05 +00:00
parent be88d3f735
commit 6da0ad1883
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Link with \-lm.
.SH DESCRIPTION
The \fBatanh()\fP function calculates the inverse hyperbolic tangent of
\fIx\fP; that is the value whose hyperbolic tangent is \fIx\fP. If the
absolute value of \fIx\fP is greater than 1.0, \fBacosh()\fP returns
absolute value of \fIx\fP is greater than 1.0, \fBatanh()\fP returns
not-a-number (NaN) and \fIerrno\fP is set.
.SH ERRORS
.TP