Futurebasic/Language/Reference/atanh
Appearance
(Redirected from Futurebasic/language/reference/atanh)
Atanh
[edit | edit source]Function
[edit | edit source]✔ Appearance ✔ Standard ✔ Console
Syntax
[edit | edit source]result# = atanh( expr )
Description
[edit | edit source]Returns 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
[edit | edit source]No special notes.