mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-02-02 17:07:09 +01:00
Show higher Precision
This commit is contained in:
parent
72eaa36af7
commit
0a31ad06ea
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user