Home
last modified time | relevance | path

Searched refs:testAtan2Case (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/Math/
DAtan2Tests.java39 static void testAtan2Case(double input1, double input2, double expected) { in testAtan2Case() method in Atan2Tests
53 testAtan2Case(testCase[0], testCase[1], testCase[2]); in testAtan2()