https://issues.apache.org/bugzilla/show_bug.cgi?id=57236

Dominik Stadler <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #3 from Dominik Stadler <[email protected]> ---
I could reproduce it now, FYI, POI internally does the following, which fails
for such small numbers:

        DecimalFormat format = new DecimalFormat("#.##########", new
DecimalFormatSymbols(Locale.getDefault()));
        double d = 3.0E-104;

        assertEquals("3.0E-104", format.format(d));

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to