Searched refs:erfcl (Results 1 – 3 of 3) sorted by relevance
43 long double erfcl(long double a1) { return erfc(a1); } in erfcl() function
463 long double erfcl(long double);
659 TEST(math, erfcl) { in TEST() argument660 ASSERT_FLOAT_EQ(0.15729921, erfcl(1.0)); in TEST()