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