Home | History | Annotate | Download | only in tests

Lines Matching full:acosh

421 TEST(math, acosh) {
422 ASSERT_DOUBLE_EQ(0.0, acosh(1.0));
1415 DoMathDataTest<2>(g_acosh_intel_data, acosh);