This command will return the arcsine of value.
Return Float=ASIN(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 ASIN(1.0) WAIT KEY
CORE Commands Menu Index