Futurebasic/Language/Reference/asinh
Appearance
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.