Default number format does not show enough digits
-------------------------------------------------
Key: MATH-622
URL: https://issues.apache.org/jira/browse/MATH-622
Project: Commons Math
Issue Type: Improvement
Reporter: Gilles
Priority: Minor
Fix For: 3.0
In {{CompositeFormat}}, the {{getDefaultNumberFormat(final Locale locale)}}
method contains
{code}
nf.setMaximumFractionDigits(2);
{code}
This default is too small.
Also, it would be better to output the number in scientific notation.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira