Copyright Digital Equipment Corp. All rights reserved.

tanh

   Returns the hyperbolic tangent of its argument.

   Format

     #include  <math.h>

     double tanh  (double x);

     float tanhf  (float x); (Integrity servers, Alpha)

     long double tanhl  (long double x); (Integrity servers, Alpha)
 


Additional information available:

Argument        Description     Return_Values