Tan (open)
Returns the tangent of a value.
Syntax
LOADLIB "wh::float.whlib";
FLOAT FUNCTION Tan(FLOAT value)
Parameters
FLOAT value
The FLOAT value (in radians) from which to determine the tangent
Return value
FLOAT
The tangent of @italic value
Examples
// The FLOAT value will be 1.5574...
FLOAT f := Tan(1.0);