ROUND_UNNECESSARY -> java.lang.ArithmeticException: Rounding necessary
807569Aug 23 2006 — edited Aug 23 2006I am doing a BigDecimal.divide with ROUND_UNNECESSARY as my rounding mode - this is because I want the real number returned to me so that I can use my own customized rounding method. How can I accomplish this without rounding? By the way, the operation can have any real number as numerator and denominator