DEG_TO_RAD(A)
Returns radians value based on the input degrees
Float DEG_TO_RAD(Float A)
A - Float value (degrees). If it is not of type float, it is implicitly converted to type float.
Radians value based on the input degrees
> PRINT DEG_TO_RAD(30)
0.523599
> PRINT DEG_TO_RAD(180)
3.141593