Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
2.6
-
None
-
Operating System: All
Platform: PC
Description
The new DoubleFormatUtil class fails to format correctly doubles near Double.MIN_VALUE (0 <= value <= 1e-300) with precision between 300 and 340.
I fixed the DoubleFormatUtil class and added a test case which shows the issue.