###User Defined Function###
_Degree

###Description###
Converts radians to degrees.

###Syntax###
#include <Math.au3>
_Degree ( $iRadians )


###Parameters###
@@ParamTable@@
$iRadians
	Radians to be converted into degrees.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	Degrees converted from radians.
Failure:	Empty string and @error set to 1.
@@End@@


###Remarks###
Can be used in conjunction with the <a href="../functions/Sin.htm">Sin()</a>, <a href="../functions/Cos.htm">Cos()</a>, and <a href="../functions/Tan.htm">Tan()</a> functions.


###Related###
_Radian


###Example###
@@IncludeExample@@
