Searched defs:answer (Results 1 – 3 of 3) sorted by relevance
110 double answer = StrictMath.tan(StrictMath.atan(1.0)); in testAtanD() local121 double answer = StrictMath.atan(StrictMath.tan(1.0)); in testAtan2DD() local349 double answer = StrictMath.log(StrictMath.exp(d)); in testLogD() local
131 double answer = Math.tan(Math.atan(1.0)); in testAtanD() local142 double answer = Math.atan(Math.tan(1.0)); in testAtan2DD() local350 double answer = Math.log(Math.exp(d)); in testLogD() local
57 test(const Answer& answer) in test()