SinH (open)
Returns the hyperbolic sine of a value.
Syntax
LOADLIB "wh::float.whlib";
FLOAT FUNCTION SinH(FLOAT value)Parameters
FLOAT valueThe FLOAT value from which to determine the hyperbolic sine
Return value
FLOATThe hyperbolic sine of @italic value
Examples
// The FLOAT value will be 0.5210...
FLOAT f := SinH(0.5);