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