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