Home
last modified time | relevance | path

Searched refs:atanh (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
De_atanh.c67 __weak_reference(atanh, atanhl);
Dmath_private.h676 #define __ieee754_atanh atanh
/bionic/libm/include/
Dmath.h225 double atanh(double);
/bionic/tests/
Dmath_test.cpp432 TEST(math, atanh) { in TEST() argument
433 ASSERT_DOUBLE_EQ(0.0, atanh(0.0)); in TEST()