the
toRad
of
factor
toRad
(
expression )
Factor and expression yield integer
s or number
s.
The toRad
function returns the value passed to it converted from degrees to radians.
The formula for this function is:
toRad
(angle) = angle*pi
/180
The toRad
function is faster, more accurate, and easier to remember than using the above formula.