SinH()
Syntax
Result.f = SinH(Angle.f)Description
Returns the hyperbolic sine of the specified hyperbolic angle.
Parameters
Angle.f The input angle.
Return value
Returns the hyperbolic sine of the angle.
Remarks
The inverse function of SinH() is ASinH(). This function can handle float and double values.
Example
Debug SinH(Log(1.618033)) ; Will be approximately 0.5
See Also
ASinH(), Sin()
Supported OS
All