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.java1175 BigInteger scaled_divisor = op.get_appr(prec_needed); in approximate() local
1176 BigInteger abs_scaled_divisor = scaled_divisor.abs(); in approximate()
1181 if (scaled_divisor.signum() < 0) { in approximate()