The radians to degree function returns a number in degrees for any given argument. It assumes the argument to be a radians number. The radians of a circle is 2pi. So if the argument is 2pi the function returns 360.
If the argument is beyond 2pi the functions returns larger values as 360. So if the argument is 4pi the function returns 720 - which is two complete rotations.
|