Futurebasic/Language/Reference/asinh
< Futurebasic | Language | Reference(Redirected from Futurebasic/language/reference/asinh)
AsinhEdit
FunctionEdit
✔ Appearance ✔ Standard ✔ Console
SyntaxEdit
result# = asinh( expr )
DescriptionEdit
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.
NotesEdit
No special notes.