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

NOME

       tanh - função tangente hiperbólica

SINOPSE

       #include <math.h>

       double tanh(double x);

DESCRIÇÃO

       A  função  tanh() retorna a tangente hiperbólica de x, que é definida matematicamente como
       sinh(x) / cosh(x).

CONFORMIDADE

       SVID 3, POSIX, BSD 4.3, ISO 9899

VEJA TAMBÉM

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

TRADUZIDO POR LDP-BR em 21/08/2000

       Kenzo  Marcelo  Okamura  <kenzo.okamura@poli.usp.br>  (tradução)  xxxxxx  <xxx@xxx.xxx.xx>
       (revisão)

                                        13 de Junho, 1993                                 TANH(3)