Searched refs:op_prec (Results 1 – 1 of 1) sorted by relevance
1208 int op_prec = p - 3; in approximate() local1209 BigInteger op_appr = op.get_appr(op_prec); in approximate()1225 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()1250 int op_prec = p - 2; in approximate() local1251 BigInteger op_appr = op.get_appr(op_prec); in approximate()1268 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()1269 current_term = scale(current_term.multiply(op_appr), op_prec); in approximate()1345 int op_prec = p - 3; in approximate() local1346 BigInteger op_appr = op.get_appr(op_prec); in approximate()1349 BigInteger x_nth = scale(op_appr, op_prec - calc_precision); in approximate()[all …]