
13
Nov, 14
Non-terminating-decimal-expansion
In one of my recent projects, I had to use java.math.BigDecimal to divide two values. I had to use BigDecimal instead of double as this was a Billing application and required the results to be accurate. However, after running the application, I encountered the...
Recent Comments