Function that converts a numerical value from radians to degrees.
Syntax |
real todeg (real value) |
---|---|
value |
Represents the value, expressed in radians, that you want to convert |
result |
Returns the converted value in degrees |
Validity |
Rule, Task |
Note |
All trigonometric functions operate on arguments expressed in radians |
Example usage: |