Copyright Digital Equipment Corp. All rights reserved.

sinh

   Returns the hyperbolic sine of its argument.

   Format

     #include  <math.h>

     double sinh  (double x);

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

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


Additional information available:

Argument        Return_Values