tanh(3)
            función tangente hiperbólica
        
      
        
SINOPSIS
#include <math.h>
double tanh(double x);
 
DESCRIPCIÓN
La función tanh() devuelve la tangente hiperbólica de x,
que se define matemáticamente como sinh(x) / cosh(x).
CONFORME A
SVID 3, POSIX, BSD 4.3, ISO 9899 (C99)