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