Searched refs:COSINE (Results 1 – 1 of 1) sorted by relevance
58 final static UnaryCRFunction COSINE = UnaryCRFunction.sinFunction field in SlowCRTest87 checkApprEq(COSINE.execute(x).doubleValue(), Math.cos(xAsDouble), in checkTrig()89 checkEq(COSINE.execute(x), x.cos(), in checkTrig()