Section: Mathematical Functions
y = deg2rad(x)
where x is a numeric array. Conversion is done by simply multiplying x by pi/180.
x
pi/180
--> deg2rad(360) - 2*pi ans = 0