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