Searched refs:tanh (Results 1 – 5 of 5) sorted by relevance
68 DECLARE_IMPRECISE(tanh);
46 tanh(double x) in tanh() function
55 using ::tanh;
202 double tanh(double);
466 TEST(math, tanh) { in TEST() argument467 ASSERT_DOUBLE_EQ(0.0, tanh(0.0)); in TEST()