Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/lang/StrictMath/
DHyperbolicTests.java56 static void testTanhCase(double input, double expected) { in testTanhCase() method in HyperbolicTests
258 testTanhCase(testCase[0], testCase[1]); in testTanh()