Provided by: manpages-pt-dev_20040726-4_all bug

NOME

       atanh - função tangente hiperbólica inversa

SINOPSE

       #include <math.h>

       double atanh(double x);

DESCRIÇÃO

       A  função  atanh()  calcula  o inverso da tangente hiperbólica de x, ou seja, o valor suja
       tangente hiperbólica é x. Se o valor absoluto de x for maior que 1.0, a função retorna NaN
       e coloca um código de erro em errno.

ERROS

       EDOM   x fora do intervalo.

DE ACORDO COM

       SVID 3, POSIX, BSD 4.3, ISO 9899

VER TAMBÉM

       asinh(3), acosh(3), cosh(3), sinh(3), tanh(3)

TRADUZIDO POR LDP-BR em 21/08/2000.

       Paulo     César     Mendes    <drpc@ism.com.br>    (tradução)    xxxxxxxxxxxxxxxxxxxxxxxxx
       <xxx@xxxxxx.xxx.xx> (revisão)

                                          June 13, 1993                                  ATANH(3)