Home
last modified time | relevance | path

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

/external/crcalc/tests/src/com/hp/creals/
DSlowCRTest.java58 final static UnaryCRFunction COSINE = UnaryCRFunction.sinFunction field in SlowCRTest
87 checkApprEq(COSINE.execute(x).doubleValue(), Math.cos(xAsDouble), in checkTrig()
89 checkEq(COSINE.execute(x), x.cos(), in checkTrig()