how do you 'wrap' a large radians value so it falls within one revolution?
If the input was larger than 2pi (a full revolution) then the answer would go back to 0. My inputs are single datatype and must maintain accuracy. I can't use Mod for this because that only works on integers.
It must work with negative numbers too.
My brain hurts.
