Searched refs:atanh (Results 1 – 4 of 4) sorted by relevance
67 __weak_reference(atanh, atanhl);
676 #define __ieee754_atanh atanh
225 double atanh(double);
432 TEST(math, atanh) { in TEST() argument433 ASSERT_DOUBLE_EQ(0.0, atanh(0.0)); in TEST()