< Futurebasic < Language < Reference
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.
See Also
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.