Home | History | Annotate | Download | only in tests

Lines Matching full:atanh

424 TEST(math, atanh) {
425 ASSERT_DOUBLE_EQ(0.0, atanh(0.0));
1444 DoMathDataTest<2>(g_atanh_intel_data, atanh);