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