Copyright Digital Equipment Corp. All rights reserved.
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)
Argument Description Return_Values