Home
last modified time | relevance | path

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

/external/crcalc/src/com/hp/creals/
DCR.java1223 BigInteger scaled_divisor = op.get_appr(prec_needed); in approximate() local
1224 BigInteger abs_scaled_divisor = scaled_divisor.abs(); in approximate()
1229 if (scaled_divisor.signum() < 0) { in approximate()