fValue = Rad ( fAngle AS Float ) AS Float
Converts degrees to radians.
PRINT Rad(90) <hr>1.570796326795
PRINT Rad(180) - Pi <hr>0