Searched refs:tgammal (Results 1 – 2 of 2) sorted by relevance
460 long double tgammal(long double);
1205 TEST(math, tgammal) { in TEST() argument1206 ASSERT_DOUBLE_EQ(24.0L, tgammal(5.0L)); in TEST()