ASinH()
Syntax
Result.f = ASinH(Value.f)Description
Returns the area hyperbolic sine of the specified value. The range of Value.f is not limited. The result is a hyperbolic angle.Example:
Debug ASinH(0) ; will display '0' Debug Exp(ASinH(0.5)) ; will display '1.618033' (the golden ratio) Debug DebugThis is the inverse function of SinH().
Supported OS
All