Home
last modified time | relevance | path

Searched defs:current_term (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/crcalc/src/com/hp/creals/
H A DCR.java1264 BigInteger current_term = scaled_1; in approximate() local
1305 BigInteger current_term; in approximate() local
1353 BigInteger current_term = op_inverse; in approximate() local
1397 BigInteger current_term = x_nth; // x**n in approximate() local
1462 BigInteger current_term = op_appr.shiftLeft(op_prec - calc_precision); in approximate() local