Futurebasic/Language/Reference/atanh
From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
Contents |
[edit] Atanh
[edit] Function
✔ Appearance ✔ Standard ✔ Console
[edit] Syntax
result# = atanh( expr )
[edit] Description
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.
[edit] Notes
No special notes.
This page may need to be