Deg to Rad

From scripting
Jump to: navigation, search
Function deg_to_rad(InputDegrees As Double) As Double
deg_to_rad = InputDegrees * 3.14159265 / 180
End Function