How the BigDecimal Class Helps Java Get its Arithmetic Right
Hits: 358
Description: If you use Java for simple business arithmetic, you might be seeing some errors. It's not your fault, it's a floating-point problem -- and this article explains how to use Java's BigDecimal class to fix it.