HomeSort by relevance Sort by last modified time
    Searched full:approxprecision (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/java/math/
BigDecimal.java 797 if (this.approxPrecision() < diffScale - 1) {
800 } else if (augend.approxPrecision() < -diffScale - 1) {
806 if (mc.getPrecision() >= larger.approxPrecision()) {
    [all...]

Completed in 329 milliseconds