Difference between revisions of "Manuals/calci/TANH"

From ZCubes Wiki
Jump to navigation Jump to search
Line 10: Line 10:
  
 
== Examples ==
 
== Examples ==
'''SINH(z)'''
+
'''TANH(z)'''
 
*'''z''' is any real number.
 
*'''z''' is any real number.
  
Line 16: Line 16:
  
 
|- class="even"
 
|- class="even"
|'''SINH(z)'''
+
|'''TANH(z)'''
 
|'''Value(Radian)'''
 
|'''Value(Radian)'''
  
 
|- class="odd"
 
|- class="odd"
| SINH(0)
+
| TANH(0)
 
| 0
 
| 0
  
 
|- class="even"
 
|- class="even"
| SINH(10)
+
| TANH(1)
| 11013.23287
+
| 1.5574077246549023
  
 
|- class="odd"
 
|- class="odd"
| SINH(-3)
+
| TANH(10)
| -10.0178749274099
+
| 1
 
|}
 
|}
  
 
==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==

Revision as of 06:21, 5 November 2013

TANH(z)


  • where z is any real number

Description

  • This function gives the hyperbolic tan of 'z'.
  • Also it is called as Circular function.
  • Here or , where is the imginary unit and
  • Also relation between Hyperbolic & Trigonometric function is &
  • TANH(-z)=-TANH(z)

Examples

TANH(z)

  • z is any real number.
TANH(z) Value(Radian)
TANH(0) 0
TANH(1) 1.5574077246549023
TANH(10) 1

See Also

References