Searched defs:atanhl (Results 1 – 2 of 2) sorted by relevance
/bionic/libm/ | ||
D | fake_long_double.c | 38 long double atanhl(long double a1) { return atanh(a1); } in atanhl() function |
/bionic/tests/ | ||
D | math_test.cpp | 348 TEST(math, atanhl) { in TEST() argument |