Difference between revisions of "Manuals/calci/TANH"

From ZCubes Wiki
Jump to navigation Jump to search
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div style="font-size:30px">'''TANH(z)'''</div><br/>
+
<div style="font-size:30px">'''TANH(x)'''</div><br/>
* where z is any real number
+
* where x is any real number.
 +
**TANH(), returns the hyperbolic tangent of a number.
 +
 
 
==Description==
 
==Description==
  
*This function gives the hyperbolic tan of 'z'.
+
*This function gives the hyperbolic Tan of 'x'.
*Also it is called as Circular function.
+
*It is also called as Circular function.
* Here <math>TANH=\frac(e^z-e^-z)(e^z+e^-z)</math> or <math>-iTAN(iz)</math>, where <math>i</math> is the imginary unit and <math>i=\sqrt{-1}</math>
+
*Here <math>TANH(x)=\frac{e^x-e^{-x}}{e^x+e^{-x}}</math>  ie, <math>\frac{SINH(x)} {COSH(x)}</math> or <math>-iTAN(ix)</math>, where <math>i</math> is the imginary unit and <math>i=\sqrt{-1}</math>
*Also relation between Hyperbolic & Trigonometric function is <math>Tan(iz)=iTan(hz)</math> & <math>Tanh(iz)= iTan(z)</math>
+
*Also relation between Hyperbolic & Trigonometric function is <math>Tan(ix)=iTanh(x)</math> & <math>Tanh(ix)= iTan(x)</math>
*TANH(-z)=-TANH(z)
+
*TANH(-x)=-TANH(x)
  
 
== Examples ==
 
== Examples ==
'''SINH(z)'''
+
'''TANH(x)'''
*'''z''' is any real number.
+
*'''x''' is any real number.
  
 
{|id="TABLE1" class="SpreadSheet blue"
 
{|id="TABLE1" class="SpreadSheet blue"
  
 
|- class="even"
 
|- class="even"
|'''SINH(z)'''
+
|'''TANH(x)'''
|'''Value(Radian)'''
+
|'''Value'''
  
 
|- class="odd"
 
|- class="odd"
| SINH(0)
+
| TANH(0)
 
| 0
 
| 0
  
 
|- class="even"
 
|- class="even"
| SINH(10)
+
| TANH(1)
| 11013.23287
+
| 0.7615941559557649
  
 
|- class="odd"
 
|- class="odd"
| SINH(-3)
+
| TANH(10)
| -10.0178749274099
+
| 1
 
|}
 
|}
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|EmJKuQBEdlc|280|center|Hyperbolic TAN}}
  
 
==See Also==
 
==See Also==
  
*[[Manuals/calci/SIN| SIN]]
+
*[[Manuals/calci/TAN| TAN]]
  
*[[Manuals/calci/COSH| COSH]]
+
*[[Manuals/calci/SINH| SINH]]
  
*[[Manuals/calci/TANH | TANH]]
+
*[[Manuals/calci/COSH | COSH]]
  
 
==References==
 
==References==
Line 44: Line 50:
 
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
 
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
 
*[http://en.wikipedia.org/wiki/Hyperbolic_function  Hyperbolic Function]
 
*[http://en.wikipedia.org/wiki/Hyperbolic_function  Hyperbolic Function]
 +
 +
 +
 +
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 16:50, 21 August 2018

TANH(x)


  • where x is any real number.
    • TANH(), returns the hyperbolic tangent of a number.

Description

  • This function gives the hyperbolic Tan of 'x'.
  • It is also called as Circular function.
  • Here ie, or , where is the imginary unit and
  • Also relation between Hyperbolic & Trigonometric function is &
  • TANH(-x)=-TANH(x)

Examples

TANH(x)

  • x is any real number.
TANH(x) Value
TANH(0) 0
TANH(1) 0.7615941559557649
TANH(10) 1

Related Videos

Hyperbolic TAN

See Also

References