Futurebasic/Language/Reference/asinh

Asinh edit

Function edit

✔ Appearance ✔ Standard ✔ Console

Syntax edit

result# = asinh( expr )

Description edit

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

No special notes.

See Also edit

sinh; acosh; atanh

Language Reference