Ach
This function returns the inverse hyperbolic cosine of a specified number.
ach(number)
RESULT=ach(2) : # 1.3169579
For real positive numbers, the hyperbolic cosine definition is as follows:
ach(x)=ln(x+sqr(x^2-1))
The type of result is Double.
Error code | Description |
---|---|
15 | Hyperbolic function error: the value given is in the range ]-1,1[ |