ACOSH(z)
- where z is any real number
Description
- This function gives the Inverse hyperbolic cosine of a number.
- Here 'z' is any positive real number.i.e.z value is >= 1 .
- Inverse hyperbolc sine of a number is defined by Acosh z=log e(z+sqrt(z^2-1)
Examples
ACOSH(z)
- z is any real number.
ACOSH(z) | Value(Radian) |
ACOSH(1) | 0 |
ACOSH(30) | 4.0940666863209 |
ACOSH(90) | 5.192925985263806 |