Searched refs:rough_appr (Results 1 – 2 of 2) sorted by relevance
888 BigInteger rough_appr = get_appr(low_prec); in exp() local891 if (rough_appr.compareTo(big2) > 0 || rough_appr.compareTo(bigm2) < 0) { in exp()951 BigInteger rough_appr = get_appr(-10); in asin() local952 if (rough_appr.compareTo(big750) /* 1/sqrt(2) + a bit */ > 0){ in asin()955 } else if (rough_appr.compareTo(bigm750) < 0) { in asin()980 BigInteger rough_appr = get_appr(low_prec); /* In sixteenths */ in ln() local981 if (rough_appr.compareTo(big0) < 0) { in ln()984 if (rough_appr.compareTo(low_ln_limit) <= 0) { in ln()987 if (rough_appr.compareTo(high_ln_limit) >= 0) { in ln()988 if (rough_appr.compareTo(scaled_4) <= 0) { in ln()[all …]
405 BigInteger rough_appr = get_appr(rough_prec); in approximate() local407 trace("prev. prec = " + rough_prec + " appr = " + rough_appr); in approximate()408 h = rough_appr.add(big1) in approximate()410 l = rough_appr.subtract(big1) in approximate()