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