MATH-622
Increased the number of digits to output. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1148312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c8027556c1
commit
79bff2247f
|
@ -52,7 +52,7 @@ public class CompositeFormat {
|
|||
*/
|
||||
public static NumberFormat getDefaultNumberFormat(final Locale locale) {
|
||||
final NumberFormat nf = NumberFormat.getInstance(locale);
|
||||
nf.setMaximumFractionDigits(2);
|
||||
nf.setMaximumFractionDigits(8);
|
||||
return nf;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue