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