This command will return the arccosine of a value.
Return Float=ACOS(Value)
Value
Float The parameter must be in the range -1 to +1 to give a valid result
This value is a float number such as 0.5
The value can be a real or integer number. The return value is a real number.
PRINT ACOS(1.0) WAIT KEY
CORE Commands Menu Index