Searched defs:answer (Results 1 – 4 of 4) sorted by relevance
80 double answer = StrictMath.tan(StrictMath.atan(1.0)); in testAtanD() local87 double answer = StrictMath.atan(StrictMath.tan(1.0)); in testAtan2DD() local275 double answer = StrictMath.log(StrictMath.exp(d)); in testLogD() local
101 double answer = Math.tan(Math.atan(1.0)); in testAtanD() local108 double answer = Math.atan(Math.tan(1.0)); in testAtan2DD() local276 double answer = Math.log(Math.exp(d)); in testLogD() local
1055 double[] answer = new double[] { Double.NEGATIVE_INFINITY, -0d, 0d, in test_sort$D() local1137 float[] answer = new float[] { Float.NEGATIVE_INFINITY, -0f, 0f, in test_sort$F() local
745 Format[] answer = new Format[maxArgumentIndex + 1]; in getFormatsByArgumentIndex() local