This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Typo in man page (atanh)
- From: Jerry DeLisle <jvdelisle at verizon dot net>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 12 Jun 2005 14:59:24 -0700
- Subject: Typo in man page (atanh)
The following from man atanh has an error. Should not refer tp acosh()
DESCRIPTION
The atanh() function calculates the inverse hyperbolic tangent
of x;
that is the value whose hyperbolic tangent is x. If the
absolute
value of x is greater than 1.0, acosh() returns not-a-number
(NaN) and
errno is set.
Does anyone know where this is created.
Regards,
Jerry