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