Show higher Precision

This commit is contained in:
Vyas Nellutla 2020-07-16 09:18:53 -05:00
parent 72eaa36af7
commit 0a31ad06ea
No known key found for this signature in database
GPG Key ID: B20BCF5A38C1E088

View File

@ -12,7 +12,7 @@ object Formatter {
symbols.groupingSeparator = ','
val formatter = DecimalFormat()
formatter.maximumFractionDigits = 12
formatter.maximumFractionDigits = 50
formatter.decimalFormatSymbols = symbols
formatter.isGroupingUsed = true
return formatter.format(d)