Searched refs:MINUS_THIRTY (Results 1 – 2 of 2) sorted by relevance
73 checkEq(BoundedRational.subtract(x, BoundedRational.MINUS_THIRTY), in checkBR()96 && x.compareTo(BoundedRational.MINUS_THIRTY) >= 0) { in checkBR()
269 public final static BoundedRational MINUS_THIRTY = new BoundedRational(-30); field in BoundedRational370 return MINUS_THIRTY; in degreeAsin()