Search results for query: *

  1. E

    Help with java.math.BigDecimal.divide

    For any interested the solution was declaring the number of figures in the divide result so pval = temp.divide(temp1,20, java.math.BigDecimal.ROUND_UP) Cheers E
  2. E

    Help with java.math.BigDecimal.divide

    Hi, I have a web page that is calculating some statistics. As such I need to work with some very large numbers. I've pulled in the dll allowing me to work with BigInteger and BigDecimal. however I am able to calculate all my numbers (as these are multiplication) but when it comes producing the...
Back
Top