====== RadToDeg ======
===== Description =====
Convert an angle in radians to degrees.
===== Function prototype =====
double RadToDeg 
===== Arguments =====
^  Name  ^  Type  ^ Comment ^
|  //value//  |  double  | The angle in radians to be converted to degrees. |
===== Return value =====
A double-precision angle, measured in degrees.
===== Example =====
echo 
... the output of which is written to the event log by [[plugins:general:zeoscript:reference:functions:echo]] as:
180
===== Comments =====
None.
===== See also =====
  * [[plugins:general:zeoscript:reference:functions:DegToRad]]