Difference between revisions of "Manuals/calci/ASINH"

From ZCubes Wiki
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 id="6SpaceContent" class="zcontent" align="left">
+
<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.
  
<font size="3"><font face="Times New Roman">'''ASINH''' ('''N''')</font></font>
+
==Description==
  
<font size="3"><font face="Times New Roman">Where N''' '''is any real number</font></font>
+
*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)
  
</div>
+
== Examples ==
----
+
'''ASINH(z)'''
<div id="1SpaceContent" class="zcontent" align="left"><font size="3"><font face="Times New Roman">
+
*'''z''' is any real number.
  
<font size="3"><font face="Times New Roman">Calci returns the inverse hyperbolic sine of a number. It is the value whose hyperbolic sine is an integer.</font></font>
+
{|id="TABLE1" class="SpreadSheet blue"
  
</font></font></div>
+
|- class="even"
----
+
|'''ASINH(z)'''
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
+
|'''Value'''
 +
 
 +
|- class="odd"
 +
| ASINH(2)
 +
| 1.44363547517881
 +
 
 +
|- class="even"
 +
| ASINH(45)
 +
| 4.499933104264103
  
ASINH
+
|- class="odd"
 +
| ASINH(-90)
 +
| -5.192987713658952
 +
|}
  
</div></div>
+
==Related Videos==
----
 
<div id="8SpaceContent" class="zcontent" align="left"><font face="Times New Roman">   
 
  
ASINH (C)
+
{{#ev:youtube|AQT2uHlyjEs|280|center|Inverse Hyperbolic SIN}}
  
That is, ASINH (-3) is -1.8184
+
==See Also==
  
</font></div>
+
*[[Manuals/calci/SIN | SIN]]
----
+
*[[Manuals/calci/DSIN | DSIN]]
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
+
*[[Manuals/calci/SINH | SINH]]
----
+
*[[Manuals/calci/ASIN | ASIN]]
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
  
{| id="TABLE3" class="SpreadSheet blue"
+
==References==
|- class="even"
+
 
| class="  " |
+
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
<div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
+
*[http://en.wikipedia.org/wiki/Hyperbolic_function  Hyperbolic Function]
| Column1
+
 
| class="  " | Column2
+
 
| class="  " | Column3
+
 
| class="  " | Column4
+
*[[Z_API_Functions | List of Main Z Functions]]
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f " | -3
 
| class="sshl_f" | -1.8184
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" |
 
| class="sshl_f SelectTD SelectTD" |
 
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| Row3
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row4
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| class=" " | Row5
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|}
 
  
<div align="left"></div>''''''</div>
+
*[[ Z3 |  Z3 home ]]
----
 

Latest revision as of 18: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

Inverse Hyperbolic SIN

See Also

References