Searched refs:big_op_squared (Results 1 – 1 of 1) sorted by relevance
1344 BigInteger big_op_squared = BigInteger.valueOf(op*op); in approximate() local1356 current_power = current_power.divide(big_op_squared); in approximate()