Ver Fonte

fix erfl wrapper for long double==double case

nsz há 13 anos atrás
pai
commit
9a810cb685
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/math/erfl.c

+ 1 - 1
src/math/erfl.c

@@ -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