(no title)
frankgrimes97 | 13 years ago
new java.math.BigInteger("10").divide(new java.math.BigInteger("3"));
or new java.math.BigDecimal("10").divide(new java.math.BigDecimal("3"), java.math.RoundingMode.HALF_UP);frankgrimes97 | 13 years ago
new java.math.BigInteger("10").divide(new java.math.BigInteger("3"));
or new java.math.BigDecimal("10").divide(new java.math.BigDecimal("3"), java.math.RoundingMode.HALF_UP);
jurre|13 years ago