Difference between revisions of "Manuals/calci/ATANH"

From ZCubes Wiki
Jump to navigation Jump to search
Line 8: Line 8:
  
 
== Examples ==
 
== Examples ==
'''ACOSH(z)'''
+
'''ATANH(z)'''
*'''z''' is any real number.
+
*'''z''' is any real number between -1 & 1.
  
 
{|id="TABLE1" class="SpreadSheet blue"
 
{|id="TABLE1" class="SpreadSheet blue"
  
 
|- class="even"
 
|- class="even"
|'''ACOSH(z)'''
+
|'''ATANH(z)'''
 
|'''Value(Radian)'''
 
|'''Value(Radian)'''
  
 
|- class="odd"
 
|- class="odd"
| ACOSH(1)
+
| ATANH(0.1)
| 0
+
| 0.100353477
  
 
|- class="even"
 
|- class="even"
| ACOSH(30)
+
| ATANH(0.75)
| 4.0940666863209
+
| 0.97295507
  
 
|- class="odd"
 
|- class="odd"
| ACOSH(90)
+
| ATANH(-0.3)
| 5.192925985263806
+
| 0.309519604
 
|}
 
|}
  

Revision as of 00:02, 6 November 2013

ATANH(z)


  • where z is any number between -1 and 1.

Description

  • This function gives the Inverse Hyperbolic Tangent of a number.
  • Here 'z' is any between -1 and 1. ie -1<z<1
  • Inverse Hyperbolic Tangent of a number is defined by

Examples

ATANH(z)

  • z is any real number between -1 & 1.
ATANH(z) Value(Radian)
ATANH(0.1) 0.100353477
ATANH(0.75) 0.97295507
ATANH(-0.3) 0.309519604

See Also

References