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