Acosh-func
This function is used to return the inverse hyperbolic cosin.
double acosh(double x)
x
Return the inverse hyperbolic cosin of that number.
dd=acosh(10); dd=; //Should return the inverse hyperbolic cosin of 10.
asinh, atanh, acoth, acsch