ASinH()

Syntax

Result.f = ASinH(Value.f)
Description
Returns the area hyperbolic sine of the specified value.

Parameters

Value.f The input value. The range of Value.f is not limited.

Return value

Returns the hyperbolic angle.

Remarks

This is the inverse function of SinH(). This function can handle float and double values.

Example

  Debug ASinH(0)        ; will display '0'
  Debug Exp(ASinH(0.5)) ; will display '1.618033' (the golden ratio)

See Also

SinH(), ASin()

Supported OS

All

<- ASin() - Math Index - ATan() ->