Searched refs:big0 (Results 1 – 2 of 2) sorted by relevance
196 static final BigInteger big0 = BigInteger.ZERO; field in CR939 if (rough_appr.compareTo(big0) < 0) { in ln()1121 return big0; in approximate()1140 if (appr2.signum() == 0) return big0; in approximate()1173 if (log_scale_factor < 0) return big0; in approximate()1199 if (p >= 1) return big0; in approximate()1241 if (p >= 1) return big0; in approximate()1286 if (p >= 1) return big0; in approximate()1337 if (p >= 0) return big0; in approximate()1386 if (p >= 2) return big0; // Never bigger than 4. in approximate()[all …]
349 if (digits_needed < 0) return big0; in approximate()