Searched refs:testSinhCase (Results 1 – 2 of 2) sorted by relevance
48 static void testSinhCase(double input, double expected) { in testSinhCase() method in HyperbolicTests150 testSinhCase(testCase[0], testCase[1]); in testSinh()
337 testSinhCase(testCase[0], testCase[1]); in testWorstSinh()341 private static void testSinhCase(double input, double expected) { in testSinhCase() method in WorstCaseTests