Difference between revisions of "Manuals/calci/ACOSH"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
== Examples == | == Examples == | ||
'''ACOSH(z)''' | '''ACOSH(z)''' | ||
− | *'''z''' is any real number. | + | *'''z''' is any positive real number.(z>=1) |
{|id="TABLE1" class="SpreadSheet blue" | {|id="TABLE1" class="SpreadSheet blue" | ||
Line 17: | Line 17: | ||
|- class="even" | |- class="even" | ||
|'''ACOSH(z)''' | |'''ACOSH(z)''' | ||
− | |'''Value | + | |'''Value''' |
|- class="odd" | |- class="odd" |
Revision as of 02:27, 7 November 2013
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.(z>=1)
ACOSH(z) | Value |
ACOSH(1) | 0 |
ACOSH(30) | 4.0940666863209 |
ACOSH(90) | 5.192925985263806 |