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 838 if (this.approxPrecision() < diffScale - 1) {
841 } else if (augend.approxPrecision() < -diffScale - 1) {
847 if (mc.getPrecision() >= larger.approxPrecision()) {
    [all...]

Completed in 3418 milliseconds