Home
last modified time | relevance | path

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

/packages/apps/ExactCalculator/tests/src/com/android/calculator2/
DBRTest.java73 checkEq(BoundedRational.subtract(x, BoundedRational.MINUS_THIRTY), in checkBR()
96 && x.compareTo(BoundedRational.MINUS_THIRTY) >= 0) { in checkBR()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DBoundedRational.java269 public final static BoundedRational MINUS_THIRTY = new BoundedRational(-30); field in BoundedRational
370 return MINUS_THIRTY; in degreeAsin()