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

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

Completed in 256 milliseconds