Home
last modified time | relevance | path

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

/bionic/libm/include/
Dmath.h458 long double tanhl(long double);
/bionic/tests/
Dmath_test.cpp476 TEST(math, tanhl) { in TEST() argument
477 ASSERT_DOUBLE_EQ(0.0L, tanhl(0.0L)); in TEST()