RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.RadToDeg Function

Converts radians to degrees.

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

Use RadToDeg to convert angles measured in radians to degrees, where 

degrees = radians(180/pi). 

 

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