Home
last modified time | relevance | path

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

/external/crcalc/tests/src/com/hp/creals/
DSlowCRTest.java44 private static boolean isApprInt(CR x) { in isApprInt() method in SlowCRTest
111 check(isApprInt(tmp.subtract(x).divide(CR.PI)) in checkTrig()
112 || isApprInt(tmp.add(x).divide(CR.PI)), in checkTrig()
120 check(isApprInt(tmp.subtract(x).divide(CR.PI)) in checkTrig()
121 || isApprInt(tmp.add(x).divide(CR.PI)), in checkTrig()