<<
Index
>>
FutureBasic
atanh
function
Syntax
result =
atanh
(
expr
)
Description
Returns the inverse hyperbolic tangent of
expr
. This is the inverse of the
tanh
function, so that
atanh
(
tanh
(x))
equals
x
.
atanh
returns a double-precision result.
See also
tanh
;
acosh
;
asinh