Futurebasic/Language/Reference/atanh

Atanh edit

Function edit

✔ Appearance ✔ Standard ✔ Console

Syntax edit

result# = atanh( expr )

Description edit

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

No special notes.

See Also edit

tanh; acosh; asinh

Language Reference