Returns the sine of an angle
Example:
x: Number = 100 y = 30 * sin(x * 0.05) + 300 marker = circle(x, y, 200) marker.draw(1, 1000)