Futurebasic/Language/Reference/acosh
Acosh
editFunction
edit✔ Appearance ✔ Standard ✔ Console
Syntax
editresult# = acosh( expr )
Description
editReturns the inverse hyperbolic cosine of expr
. This is the (positive-valued) inverse of the cosh
function, so that acosh( cosh( x ) )
equals abs( x )
. acosh
always returns a double-precision result.
Notes
editNo special notes.