| Line 3: |
Line 3: |
| | ==Description== | | ==Description== |
| | | | |
| − | *This function gives the hyperbolic sin of 'z'. | + | *This function gives the Hyperbolic Sin of 'z'. |
| − | *Also it is called as Circular function. | + | *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 imginary unit and <math>i=\sqrt{-1}</math> | + | *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> |
| − | *Also relation between Hyperbolic & Trigonometric function is <math>Sin(iz)=iSin(hz)</math> & <math>Sinh(iz)= iSin(z)</math> | + | *The relation between Hyperbolic & Trigonometric function is <math>Sin(iz)=iSin(hz)</math> & <math>Sinh(iz)= iSin(z)</math> |
| | *SINH(-z)=-SINH(z) | | *SINH(-z)=-SINH(z) |
| | | | |