Searched refs:COSINE (Results 1 – 3 of 3) sorted by relevance
8 #define COSINE macro
22 #ifndef COSINE
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()