Futurebasic/Language/Reference/atanh

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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.

See Also

[edit | edit source]

tanh; acosh; asinh

Language Reference