Home / lang / atanh 
ATanh
Syntax
Value = ATanh ( Number AS Float ) AS Float
Value = Atnh ( Number AS Float ) AS Float

Computes the hyperbolic arc-tangent of a number.

Example
PRINT Atnh(0.5)

0.549306144334


See also
Trigonometric Functions