Searched refs:THIRTY (Results 1 – 2 of 2) sorted by relevance
268 public final static BoundedRational THIRTY = new BoundedRational(30); field in BoundedRational374 return THIRTY; in degreeAsin()
95 if (x.compareTo(BoundedRational.THIRTY) <= 0 in checkBR()