<<
Index
>>
FutureBasic
asinh
function
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
returns a double-precision result.
See also
sinh
;
acosh
;
atanh