Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
DBRTest.java154 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()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DBoundedRational.java573 public static BoundedRational fact(BoundedRational r) { in fact() method in BoundedRational
DCalculatorExpr.java923 ratVal = BoundedRational.fact(ratVal); in evalSuffix()
/packages/inputmethods/LatinIME/dictionaries/
Den_US_wordlist.combined.gz