SIN

This command will return the sine of value where value is in degrees between 0 and 360.

  Syntax
Return Float=SIN(Value)
  Parameters
Value
Float
This value is a float number such as 0.5

  Returns

This value is a float number such as 0.5

  Description

The value can be a real or integer number. The return value is a real number.

  Example Code
FOR A=1 TO 360
DOT A,240+(SIN(A)*100)
NEXT A
WAIT KEY
  See also

CORE Commands Menu
Index