Converts a number from degrees to radians. |
||
Syntax |
R = Rad(D) |
|
Argument |
Name |
Description |
|
D |
A number (angle units, degrees). |
Outputs |
Name |
Description |
|
R |
A number (angle units, radians). |
Example |
Syntax |
|
|
print(Rad(180)) |
|
Comments |
'Rad' function converts an angle from degrees to radians. |
|
See Also: |