TANH - hyperbolic tangent function.

(ANSI Standard)

Usage:

#include <math.h>
y = tanh( x );

Where:

double x, y;
 

Description:

"tanh" returns the hyperbolic tangent of "x".

Copyright © 1996, Thinkage Ltd.