PhiNM
Results
2
issues of
PhiNM
Update project using gradle (Intellij IDE).
I encountered a bug related to the BigDecimal.asInt() function Issue : `BigDecimal("512").asInt()` -> return 500 Due to logic truncate any fractions : `let digits = n.abs.round(Rounding(.towardZero, 0))` returns the value...