Searched refs:fact (Results 1 – 4 of 4) sorted by relevance
154 check(BoundedRational.fact(BoundedRational.ZERO).equals(BoundedRational.ONE), "0!"); in testBR()155 check(BoundedRational.fact(BoundedRational.ONE).equals(BoundedRational.ONE), "1!"); in testBR()156 check(BoundedRational.fact(BoundedRational.TWO).equals(BoundedRational.TWO), "2!"); in testBR()157 check(BoundedRational.fact(BR_15).equals(new BoundedRational(1307674368000L)), "15!"); in testBR()
573 public static BoundedRational fact(BoundedRational r) { in fact() method in BoundedRational
923 ratVal = BoundedRational.fact(ratVal); in evalSuffix()