Difference between revisions of "Manuals/calci/ATANH"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
== Examples == | == Examples == | ||
− | ''' | + | '''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" | ||
− | |''' | + | |'''ATANH(z)''' |
|'''Value(Radian)''' | |'''Value(Radian)''' | ||
|- class="odd" | |- class="odd" | ||
− | | | + | | ATANH(0.1) |
− | | 0 | + | | 0.100353477 |
|- class="even" | |- class="even" | ||
− | | | + | | ATANH(0.75) |
− | | | + | | 0.97295507 |
|- class="odd" | |- class="odd" | ||
− | | | + | | ATANH(-0.3) |
− | | | + | | 0.309519604 |
|} | |} | ||
Revision as of 23:02, 5 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 |