RAD2DEG INDEX

RAD2DEG _ _ _ _ _ _ _ _ _ _ _ _ operator

syntax:

rad2deg(<expression>)

In rounded mode, if <expression> is a real number, the operator rad2deg will interpret it as radians, and convert it to the equivalent degrees. In all other cases, an expression in terms of the original operator is returned.

examples:


rad2deg 1; 

  RAD2DEG(1) 


on rounded; 

ws; 

  57.2957795131 


rad2deg a; 

  RAD2DEG(A)