Description
The MathFunctions.fractionDigitsForDelta(double, boolean) static method ignores the strict boolean argument. The method behaves as if the strict argument was always true. This is because the if (strict) {…} statement was forgotten near the method end.
The consequence is that fractionDigitsForDelta(…, false) sometime returns a value higher than expected, which affect some internal calculation done by AngleFormat.
Attachments
Issue Links
- is depended upon by
-
SIS-142 Angle(89 + 1./60).toString() produces 89°00′60″ instead of 89°01′00″
- Closed