Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/mingw/include/math.h')
-rw-r--r--winsup/mingw/include/math.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/winsup/mingw/include/math.h b/winsup/mingw/include/math.h
index 15766cd27..4d3295eab 100644
--- a/winsup/mingw/include/math.h
+++ b/winsup/mingw/include/math.h
@@ -518,9 +518,19 @@ extern long double powl (long double, long double);
extern float sqrtf (float);
extern long double sqrtl (long double);
-/* TODO */
/* 7.12.8.1 The erf functions */
+extern double erf (double);
+extern float erff (float);
+/* TODO
+extern long double erfl (long double);
+*/
+
/* 7.12.8.2 The erfc functions */
+extern double erfc (double);
+extern float erfcf (float);
+/* TODO
+extern long double erfcl (long double);
+*/
/* 7.12.8.3 The lgamma functions */