Table of Contents
Previous Section Next Section

cosh

#include <cmath>float cosh(float arg);double cosh(double arg);
long double cosh(long double arg);

The cosh( ) function returns the hyperbolic cosine of arg.

Related functions are asin( ), acos( ), atan2( ), atan( ), tan( ), sin( ), cos( ), and tanh( ).


Table of Contents
Previous Section Next Section