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