Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 194 Bytes

719-math-atanh.markdown

File metadata and controls

17 lines (10 loc) · 194 Bytes

ATANH

f = ATANH (x)

Inverse hyperbolic tangent of x.

Example

a = tanh(0.5)
print a             ' Output: 0.46211715726001

b = atanh(a)
print b             ' Output: 0.5