Searched refs:degreeCos (Results 1 – 3 of 3) sorted by relevance
390 final BoundedRational degCos = degreeCos(r); in degreeTan()427 public static BoundedRational degreeCos(BoundedRational r) { in degreeCos() method in BoundedRational
780 ratVal = ec.mDegreeMode ? BoundedRational.degreeCos(argVal.ratVal) in evalUnary()
84 checkWeakEq(BoundedRational.degreeCos(x), toRadians(xAsCR).cos(), in checkBR()