This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Typo in man page (atanh)
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Jerry DeLisle <jvdelisle at verizon dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 12 Jun 2005 19:17:44 -0400
- Subject: Re: Typo in man page (atanh)
- References: <42ACB03C.7070209@verizon.net>
On Jun 12, 2005, at 5:59 PM, Jerry DeLisle wrote:
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.
You might want to try the libc provider. If this is for GNU/Linux,
then glibc.
-- Pinski