Function Deg2Rad converts the specified value (in degrees) to radians.
FUNCTION Deg2Rad(degreeValue : REAL): REAL;def vs.Deg2Rad(degreeValue):
return REAL| Name | Type | Description |
|---|---|---|
| degreeValue | REAL | Value in degrees. |
Availability: from All Versions
- Math - General