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

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

RadToCycle function

Targets: MS-DOS, OS/2, Win32


Math Unit

Converts radians to cycles.

Declaration:
function RadToCycle(Rad: Extended): Extended;
Remarks:
Use RadToCycle to convert angles measured in radians into cycles. RadToCycle uses the formula:
  Cycles = Rad / (2 * PI)



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

- 4.45.2.51 -