Math:Sin(angle, return)
Returns the sine of an angle.
Useful for any geometric problem solving.
function main() { Var:Number myNum; Math:Sin(10, myNum) Konsol:Log(myNum) //see the log for -0.54402111088937 }