Section: Manual del Programador de Linux (3)
Updated: 12 Marzo 1998
Index Return to Main
Contents
tanh - función tangente hiperbólica
#include <math.h> double tanh(double x);
La función tanh() devuelve la tangente hiperbólica de x, que se define matemáticamente como sinh(x) / cosh(x).
SVID 3, POSIX, BSD 4.3, ISO 9899
(3), asinh(3), atanh(3), cosh(3), sinh(3)
This document was created by man2html, using
the manual pages.
Time: 06:16:25 GMT, January 22, 2005