Futurebasic/Language/Reference/asinh
Asinh
Function
✔ Appearance ✔ Standard ✔ Console
Syntax
result# = asinh( expr )
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.
Notes
No special notes.