< Futurebasic < Language < Reference

Acosh

Function

✔ Appearance ✔ Standard ✔ Console

Syntax

result# = acosh( expr )

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.

Notes

No special notes.

See Also

cosh; asinh; atanh

Language Reference

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.