Futurebasic/Language/Reference/asinh

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

Asinh[edit | edit source]

Function[edit | edit source]

✔ Appearance ✔ Standard ✔ Console

Syntax[edit | edit source]

result# = asinh( expr )

Description[edit | edit source]

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.

Notes[edit | edit source]

No special notes.

See Also[edit | edit source]

sinh; acosh; atanh

Language Reference