Home
last modified time | relevance | path

Searched refs:current_power (Results 1 – 1 of 1) sorted by relevance

/external/crcalc/src/com/hp/creals/
DCR.java1346 BigInteger current_power = op_inverse; in approximate() local
1356 current_power = current_power.divide(big_op_squared); in approximate()
1359 current_power.divide(BigInteger.valueOf(current_sign*n)); in approximate()