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.

Examples

PRINT Atnh(0.5)

0.549306144334

See also

Trigonometric Functions