Difference between revisions of "Manuals/calci/ACOSH"
Jump to navigation
Jump to search
Line 47: | Line 47: | ||
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions] | *[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions] | ||
*[http://en.wikipedia.org/wiki/Hyperbolic_function Hyperbolic Function] | *[http://en.wikipedia.org/wiki/Hyperbolic_function Hyperbolic Function] | ||
+ | |||
+ | |||
+ | |||
+ | *[[Z_API_Functions | List of Main Z Functions]] | ||
+ | |||
+ | *[[ Z3 | Z3 home ]] |
Revision as of 01:47, 13 March 2017
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, .
- Inverse Hyperbolic sine of a number is defined by
- Also ACOSH(COSH(z))=z
- ACOSH(-2)=NAN , since z<1
Examples
ACOSH(z)
- z is any positive real number.
ACOSH(z) | Value |
ACOSH(1) | 0 |
ACOSH(30) | 4.0940666863209 |
ACOSH(90) | 5.192925985263806 |
Related Videos
See Also
References