Searched refs:HALF (Results 1 – 2 of 2) sorted by relevance
143 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()
262 public final static BoundedRational HALF = new BoundedRational(1,2); field in BoundedRational334 return HALF; in degreeSin()338 return HALF; in degreeSin()