function deg2rad
Returns X in degrees converted to radians. This is equivalent to X*pi/180.
Syntax
result = deg2rad(X)
Arguments
X: | The value which is to be converted to radians. This can be any number (integer, real, complex) or a matrix. |
See also
function rad2deg
category index: trigonometry