iconv support for legacy Korean encodings
[musl] / src / math / erfl.c
index fa30d98..2fd3c44 100644 (file)
@@ -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,