Math Library Functions


cosh, coshf


Syntax

#include <math.h>
double cosh(double t);
float  coshf(float t);

Arguments

t      radian angle

Return Value

The hyperbolic cosine of t 

Description

Returns the hyperbolic cosine of the specified argument.