Previous: RadToCycle function To the Table of Content Next: RadToGrad function

- 4.45.2.52 -
Standard Units
Math Unit
Math Unit Procedures and Functions

RadToDeg 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



Previous: RadToCycle function To the Table of Content Next: RadToGrad function
RadToCycle function Table of Content RadToGrad function

- 4.45.2.52 -