mirror of
https://github.com/SimpleMobileTools/Simple-Calculator.git
synced 2025-06-05 21:49:13 +02:00
Show higher Precision
This commit is contained in:
@ -12,7 +12,7 @@ object Formatter {
|
|||||||
symbols.groupingSeparator = ','
|
symbols.groupingSeparator = ','
|
||||||
|
|
||||||
val formatter = DecimalFormat()
|
val formatter = DecimalFormat()
|
||||||
formatter.maximumFractionDigits = 12
|
formatter.maximumFractionDigits = 50
|
||||||
formatter.decimalFormatSymbols = symbols
|
formatter.decimalFormatSymbols = symbols
|
||||||
formatter.isGroupingUsed = true
|
formatter.isGroupingUsed = true
|
||||||
return formatter.format(d)
|
return formatter.format(d)
|
||||||
|
Reference in New Issue
Block a user