COSH

f = COSH (x)

Hyperbolic cosine of x.

Example

a = cosh(pi)
print a                 ' Output: 11.59195327552152

b = acosh(a)
print b                 ' Output: 3.14159265358979