Is there any built-in Mathematica function that wraps any angle in rad to the $[0,2\pi]$ domain?
So, for example:
wrapTo2pi[9Pi/4]=Pi/4
I know such function exists in Matlab.
Extend: how to wrap any number to a given domain? like wrap A into $[B,C]$