Searched refs:appr2 (Results 1 – 1 of 1) sorted by relevance
1187 BigInteger appr2 = op2.get_appr(prec2); in approximate() local1188 if (appr2.signum() == 0) return big0; in approximate()1193 return scale(appr1.multiply(appr2), scale_digits); in approximate()