Searched refs:rAsInt (Results 1 – 1 of 1) sorted by relevance
577 final BigInteger rAsInt = asBigInteger(r); in fact() local578 if (rAsInt == null) { in fact()581 if (rAsInt.signum() < 0) { in fact()584 if (rAsInt.bitLength() > 30) { in fact()588 return new BoundedRational(genFactorial(rAsInt.longValue(), 1)); in fact()