- 4.45.2.52 -
Standard Units
Math Unit
Math Unit Procedures and FunctionsRadToDeg function
Targets: MS-DOS, OS/2, Win32
Math Unit
Returns the value of a radian measurement expressed in degrees.
Declaration:
function RadToDeg(Rad: Extended): Extended;
Remarks:
Use RadToDeg to convert angles measured in radians to degrees.
RadToDeg uses the formula:
degrees = Rad * 180 / PI
|
|
|
RadToCycle function |
Table of Content |
RadToGrad function |
- 4.45.2.52 -