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