Closed mdrlzy closed 1 month ago
Double has poor precision which can be problem when working with currencies.
0.03 - 0.02 // 0.009999999999999998 BigDecimal.valueOf(0.03) - BigDecimal.valueOf(0.02) // 0.01
Double has poor precision which can be problem when working with currencies.