Futurebasic/Language/Reference/atanh
Atanh
editFunction
edit✔ Appearance ✔ Standard ✔ Console
Syntax
editresult# = atanh( expr )
Description
editReturns the inverse hyperbolic tangent of expr
. This is the inverse of the tanh
function, so that atanh
(tanh(x))
equals x
. atanh
always returns a double-precision result.
Notes
editNo special notes.