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