Provided by:
manpages-pt-dev_20040726-4_all 
NOME
atanh - funcao tangente hiperbolica inversa
SINOPSE
#include <math.h>
double atanh(double x);
DESCRI,C~AO
A funcao atanh() calcula o inverso da tangente hiperbolica de x, ou
seja, o valor suja tangente hiperbolica e x. Se o valor absoluto de x
for maior que 1.0, a funcao retorna NaN e coloca um codigo de erro em
errno.
ERROS
EDOM x fora do intervalo.
DE ACORDO COM
SVID 3, POSIX, BSD 4.3, ISO 9899
VER TAMB'EM
asinh(3), acosh(3), cosh(3), sinh(3), tanh(3)
TRADUZIDO POR LDP-BR em 21/08/2000.
Paulo Cesar Mendes <drpc@ism.com.br> (traducao)
xxxxxxxxxxxxxxxxxxxxxxxxx <xxx@xxxxxx.xxx.xx> (revisao)
June 13, 1993 ATANH(3)