cosh()
Syntax:
#include <math.h> double cosh( double arg );
Description:
The function cosh() returns the hyperbolic cosine of arg.
Related Topics:
asin(), acos(), atan(), sin(), atan2(), tan(), sinh(), cos(), tanh()
#include <math.h> double cosh( double arg );