ATanH()
Syntax
Result.f = ATanH(Value.f)Description
Returns the area hyperbolic tangent of the specified value. Value.f must be between -1 and 1 (not including -1 and 1). The result is a hyperbolic angle.Example:
Debug Exp(ATanH(0.2 * Sqr(5))) ; will display '1.618033' (the golden ratio)This is the inverse function of TanH().
Supported OS
All