Description
The PlaneAngle#normalize() documentation states that it normalizes an angle to be between -0.5 turns and +0.5 turns inclusive of the given center angle. However, the upper bound is actually exclusive. The documentation should be updated to reflect this and unit tests added.
Pull request: https://github.com/apache/commons-numbers/pull/29