Rad

Value = Rad ( Angle AS Float ) AS Float

Converts degrees to radians.

Examples

PRINT Rad(90)
1.570796326795

PRINT Rad(180) - Pi
0

See also