Previous: RadToDeg function To the Table of Content Next: Rate function

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

RadToGrad function

Targets: MS-DOS, OS/2, Win32


Math Unit

Converts radians to grads.

Declaration:
function RadToGrad(Rad: Extended): Extended;
Remarks:
The RadToGrad function converts angles of radian measure into grads. RadToGrad uses the formula:
 grads = Rad * 200.0 / PI



Previous: RadToDeg function To the Table of Content Next: Rate function
RadToDeg function Table of Content Rate function

- 4.45.2.53 -