CSL Language ReferenceOperators todegrees Convert from Radians to Degrees Syntax y = todegrees(x) Description Converts the passed argument x in radians (which may be an expression) to units of degrees. Example xdeg = todegrees(pi/2.0)