Searched refs:int_exp (Results 1 – 1 of 1) sorted by relevance
962 BigInteger int_exp = BoundedRational.asBigInteger(exp.ratVal); in evalFactor() local963 if (int_exp != null) { in evalFactor()964 crVal = pow(crVal, int_exp); in evalFactor()