acosh
Calculates inverse hyperbolic cosine of a double value.
Special cases:
If the argument is NaN, then the result is NaN.
If the argument is +1, then the result is a zero.
If the argument is positive infinity, then the result is positive infinity.
If the argument is less than 1, then the result is NaN.