RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.RadToCycle Function

Converts radians to cycles.

Pascal
function RadToCycle(const Radians: Extended): Extended;
C++
Extended RadToCycle(const Extended Radians);

Use RadToCycle to convert angles measured in radians into cycles, where  

cycles = radians/(2pi). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!