Futurebasic/Language/Reference/asinh
From Wikibooks, open books for an open world
< Futurebasic | Language | Reference
Contents |
[edit] Asinh
[edit] Function
✔ Appearance ✔ Standard ✔ Console
[edit] Syntax
result# = asinh( expr )
[edit] Description
Returns the inverse hyperbolic sine of expr. This is the inverse of the sinh function, so that asinh(sinh(x)) equals x. asinh always returns a double-precision result.
[edit] Notes
No special notes.
This page may need to be