Cosh-func
The cosh(x) function is the hyperbolic form of cos(x) .
double cosh(double x)
x
Returns the hyperbolic cosine of x.
aa = cosh(10); aa = ; //should return 11013.232920103
asinh, atanh, acoth, asech, acsch