Converts radians to degrees
#include <Math.au3>
_Degree ( $iRadians )
$iRadians | Radians to be converted into degrees. |
Success: | Degrees converted from radians. |
Failure: | Empty string and @error set to 1. |
Can be used in conjunction with the Sin(), Cos(), and Tan() functions.