cosh

Example

 float cosh ( float $arg ) 

Description

Returns the hyperbolic cosine of arg, defined as (exp(arg) + exp(-arg))/2.

Return Values

The hyperbolic cosine of arg