fix erfl wrapper for long double==double case

This commit is contained in:
nsz 2012-03-19 18:06:06 +01:00
parent b04b588791
commit 9a810cb685

View File

@ -103,7 +103,7 @@
#if LDBL_MANT_DIG == 53 && LDBL_MAX_EXP == 1024
long double erfl(long double x)
{
return erfl(x);
return erf(x);
}
#elif LDBL_MANT_DIG == 64 && LDBL_MAX_EXP == 16384
static const long double