SinH (open)

Returns the hyperbolic sine of a value.

Syntax

LOADLIB "wh::float.whlib";

FLOAT FUNCTION SinH(FLOAT value)

Parameters

FLOAT value

The FLOAT value from which to determine the hyperbolic sine

Return value

FLOAT

The hyperbolic sine of @italic value

Examples

// The FLOAT value will be 0.5210...
FLOAT f := SinH(0.5);