Futurebasic/Language/Reference/asinh
(Redirected from Futurebasic/language/reference/asinh)
Asinh
editFunction
edit✔ Appearance ✔ Standard ✔ Console
Syntax
editresult# = asinh( expr )
Description
editReturns 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
editNo special notes.