erfc
double erfc(double);
#define erfc(a) __TG_FN1(erfc, (a))
return (float)erfc(x);
return erfc(x);
DFUNC_DBL(erfc)
ATF_CHECK(isnan(erfc(x)) != 0);
if (erfc(x) != 2.0)
double y = erfc(x);
TEST(erfc(M_SQRT1_2));