提交 7efa12a0 编写于 作者: R Rich Felker

add missing erfcl wrapper for archs where long double is plain double

上级 1ae4bc42
......@@ -105,6 +105,10 @@ long double erfl(long double x)
{
return erf(x);
}
long double erfcl(long double x)
{
return erfc(x);
}
#elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384
static const long double
erx = 0.845062911510467529296875L,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册