#include <cmath> float cosh( float arg ); double cosh( double arg ); long double cosh( long double arg );
The function cosh() returns the hyperbolic cosine of arg.