Returns the angle in degrees corresponding with an angle specified in radians. The range of the result is 0 to 360 degrees.
To convert angle from degrees to radians use DegreesToRadians function.
Short form name: "RadToDeg"
Syntax: |
---|
value = RadiansToDegrees( expression ) |
Parameter: |
Description: |
---|---|
expression |
Any expression. |
Example: |
---|
value = RadiansToDegrees( PI ) ' Returns 360 |
Returns: |
Angle in degrees corresponding with the angle specified in radians. |
Links: |
---|
|
See Also: |
Edit Time: 9/18/2020 12:24:17 PM |
Topic ID#: 26 |