Searched refs:working (Results 1 – 4 of 4) sorted by relevance
502 BigDecimal working = stripped.scaleByPowerOfTen(scaleAdjust);505 ONE_TENTH.compareTo(working) <= 0 && working.compareTo(TEN) < 0;531 BigDecimal guess = new BigDecimal(Math.sqrt(working.doubleValue()));551 int workingPrecision = working.precision();564 approx = ONE_HALF.multiply(approx.add(working.divide(approx, mcTmp), mcTmp));
46 ## Outdated documentation / Not working
2199 BigDecimal working = stripped.scaleByPowerOfTen(scaleAdjust); in sqrt() local2202 ONE_TENTH.compareTo(working) <= 0 && working.compareTo(TEN) < 0; in sqrt()2228 BigDecimal guess = new BigDecimal(Math.sqrt(working.doubleValue())); in sqrt()2266 int workingPrecision = working.precision(); in sqrt()2272 approx = ONE_HALF.multiply(approx.add(working.divide(approx, mcTmp), mcTmp)); in sqrt()
217 isn't aware of changes in the working tree / in the file system. This can lead to