table of contents
other sections
TANH(3) | Manual do Programador Linux | TANH(3) |
NOME¶
tanh - função tangente hiperbólicaSINOPSE¶
#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 9899VEJA 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 |