Searched defs:big1 (Results 1 - 1 of 1) sorted by relevance

/external/crcalc/src/com/hp/creals/
H A DCR.java197 static final BigInteger big1 = BigInteger.ONE; field in class:CR
330 BigInteger adj_k = shift(k, n+1).add(big1);
380 max_appr.compareTo(big1) <= 0
383 if (max_appr.abs().compareTo(big1) <= 0) {
483 int comp1 = this_appr.compareTo(x_appr.add(big1));
485 int comp2 = this_appr.compareTo(x_appr.subtract(big1));
884 if (pi_multiples.and(big1).signum() != 0) {
1087 if (diff.compareTo(big1) <= 0) {
1174 BigInteger dividend = big1.shiftLeft(log_scale_factor);
1215 BigInteger scaled_1 = big1
[all...]

Completed in 199 milliseconds