Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
DBRTest.java143 check(BoundedRational.asBigInteger(BoundedRational.HALF) == null, "1/2.asBigInteger()"); in testBR()
149 check(BoundedRational.digitsRequired(BoundedRational.HALF) == 1, "digitsRequired(1/2)"); in testBR()
165 checkBR(BoundedRational.HALF); in testBR()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DBoundedRational.java262 public final static BoundedRational HALF = new BoundedRational(1,2); field in BoundedRational
334 return HALF; in degreeSin()
338 return HALF; in degreeSin()