java math library for BigDecimal which allows null values
Is there a BigDecimal library with the basic operations of BigDecimal which allows null values? Null should be treated as 0 for mathematical purpose. I don’t want to do all the null checks for …