Difference between revisions of "Manuals/calci/ASINH"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font size="3"><font face="Times New Roman">'''ASINH''' ('''N''')</font></font> <font size="3"><font face="Times N...") |
|||
(14 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | <div | + | <div style="font-size:30px">'''ASINH(Number)'''</div><br/> |
+ | * <math>Number</math> is any real number. | ||
+ | **ASINH() returns the inverse hyperbolic sine of a number. | ||
− | + | ==Description== | |
− | + | *This function gives the Inverse Hyperbolic Sine of a number. | |
+ | *Here 'z' is any real number. | ||
+ | *Inverse Hyperbolic Sine of a number is defined as <math> Asinh(z) = \log_e(z +\sqrt{z^2 + 1})</math> | ||
+ | *Also <math>ASinh(Sinh(z))=z</math> | ||
+ | *ASINH(-z) = -ASINH(z) | ||
− | + | == Examples == | |
− | + | '''ASINH(z)''' | |
− | + | *'''z''' is any real number. | |
− | + | {|id="TABLE1" class="SpreadSheet blue" | |
− | + | |- class="even" | |
− | - | + | |'''ASINH(z)''' |
− | + | |'''Value''' | |
+ | |||
+ | |- class="odd" | ||
+ | | ASINH(2) | ||
+ | | 1.44363547517881 | ||
+ | |||
+ | |- class="even" | ||
+ | | ASINH(45) | ||
+ | | 4.499933104264103 | ||
− | ASINH | + | |- class="odd" |
+ | | ASINH(-90) | ||
+ | | -5.192987713658952 | ||
+ | |} | ||
− | + | ==Related Videos== | |
− | |||
− | |||
− | + | {{#ev:youtube|AQT2uHlyjEs|280|center|Inverse Hyperbolic SIN}} | |
− | + | ==See Also== | |
− | + | *[[Manuals/calci/SIN | SIN]] | |
− | + | *[[Manuals/calci/DSIN | DSIN]] | |
− | + | *[[Manuals/calci/SINH | SINH]] | |
− | + | *[[Manuals/calci/ASIN | ASIN]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ==References== | |
− | + | ||
− | + | *[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions] | |
− | + | *[http://en.wikipedia.org/wiki/Hyperbolic_function Hyperbolic Function] | |
− | + | ||
− | + | ||
− | + | ||
− | + | *[[Z_API_Functions | List of Main Z Functions]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | | | ||
− | + | *[[ Z3 | Z3 home ]] | |
− |
Latest revision as of 17:31, 13 August 2018
ASINH(Number)
- is any real number.
- ASINH() returns the inverse hyperbolic sine of a number.
Description
- This function gives the Inverse Hyperbolic Sine of a number.
- Here 'z' is any real number.
- Inverse Hyperbolic Sine of a number is defined as
- Also
- ASINH(-z) = -ASINH(z)
Examples
ASINH(z)
- z is any real number.
ASINH(z) | Value |
ASINH(2) | 1.44363547517881 |
ASINH(45) | 4.499933104264103 |
ASINH(-90) | -5.192987713658952 |
Related Videos
See Also
References