Searched refs:tanhl (Results 1 – 2 of 2) sorted by relevance
458 long double tanhl(long double);
476 TEST(math, tanhl) { in TEST() argument477 ASSERT_DOUBLE_EQ(0.0L, tanhl(0.0L)); in TEST()