Copyright Digital Equipment Corp. All rights reserved.

cosh

   Returns the hyperbolic cosine of its radian argument.

   Format

     #include  <math.h>

     double cosh  (double x);

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

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


Additional information available:

Argument        Description     Return_Values