1,033 bytes added
, 06:14, 6 November 2013
<div style="font-size:30px">'''CSCH(z)'''</div><br/>
* where z is any real number
==Description==
*This function gives the Hyperbolic SIN of 'z'.
*It's also called as Circular function.
*Here <math>SINH=\frac{e^z-e^{-z}}{2}</math> or <math>-iSIN(iz)</math>, where <math>i</math> is the imaginary unit and <math>i=\sqrt{-1}</math>
*The relation between Hyperbolic & Trigonometric function is <math>Sin(iz)=iSin(hz)</math> & <math>Sinh(iz)= iSin(z)</math>
*SINH(-z) = -SINH(z)
== Examples ==
'''SINH(z)'''
*'''z''' is any real number.
{|id="TABLE1" class="SpreadSheet blue"
|- class="even"
|'''SINH(z)'''
|'''Value(Radian)'''
|- class="odd"
| SINH(0)
| 0
|- class="even"
| SINH(10)
| 11013.23287
|- class="odd"
| SINH(-3)
| -10.0178749274099
|}
==See Also==
*[[Manuals/calci/SIN| SIN]]
*[[Manuals/calci/COSH| COSH]]
*[[Manuals/calci/TANH | TANH]]
==References==
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
*[http://en.wikipedia.org/wiki/Hyperbolic_function Hyperbolic Function]