Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
In CompositeFormat, the getDefaultNumberFormat(final Locale locale) method contains
nf.setMaximumFractionDigits(2);
This default is too small.
Also, it would be better to output the number in scientific notation.