Acosh
Description
This function is used to return the inverse hyperbolic cosin.
Syntax
double acosh(double x)
Parameters
x
- is any real number that equal or larger than 1.
Return
Return the inverse hyperbolic cosin of that number.
Example
dd=acosh(10); dd=; //Should return the inverse hyperbolic cosin of 10.