RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.GradToRad Function

Converts grad measurements to radians.

Pascal
function GradToRad(const Grads: Extended): Extended;
C++
Extended GradToRad(const Extended Grads);

Math

GradToRad converts angles measured in grads into radians, where 

radians = grads(pi/200). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!