Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
new BigDecimal(100).divide(row1.theUltimateValueWhoNeedsToGetDevidedBySomething)
row4.MWST_SATZ.divide(new BigDecimal(100),java.math.MathContext.DECIMAL32)
no exact representable decimal result.
at java.math.BigDecimal.divide(Unknown Source)
row4.MWST_SATZ.divide(new BigDecimal(100),java.math.MathContext.DECIMAL32)