Home
last modified time | relevance | path

Searched refs:big0 (Results 1 – 2 of 2) sorted by relevance

/external/crcalc/src/com/hp/creals/
DCR.java196 static final BigInteger big0 = BigInteger.ZERO; field in CR
939 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 …]
DUnaryCRFunction.java349 if (digits_needed < 0) return big0; in approximate()