Converts degrees to radians
#include <Math.au3>
_Radian ( $iDegrees )
| $iDegrees | Degrees to be converted into radians. |
| Success: | the radians converted from degrees. |
| Failure: | 0 and sets @error to non-zero. |
Can be used in conjunction with the Sin(), Cos(), and Tan() functions.