pair<T> normalized() const; pair<T>& normalize();
These functions normalize the pair, that is ensure that for a pair the main part contains the significant value and the remainder part contains the insignificant remainder.
Returns a copy of the current pair object but in a normalized state.
Normalizes the current pair object and returns a reference to it.