diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2005-05-08 08:07:18 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2005-05-08 08:07:18 +0000 |
commit | 02626f616d01a8166f5a7c275a2d1fd5aeb150f9 (patch) | |
tree | 5fc485b683a40b49c8c0745488d81914565e4d4b /winsup/mingw/include/math.h | |
parent | 3f6494e216ea635c65c8ee2b35ccda6795f4b605 (diff) | |
download | cygnal-02626f616d01a8166f5a7c275a2d1fd5aeb150f9.tar.gz cygnal-02626f616d01a8166f5a7c275a2d1fd5aeb150f9.tar.bz2 cygnal-02626f616d01a8166f5a7c275a2d1fd5aeb150f9.zip |
* mingwex/math/erfl.c: New file.
* mingwex/Makefile.i (MATH_DISTFILES): Add erfl.c.
(MATH_OBJS): Add erfl.o.
* include/math.h (erfl, erfcl): Uncomment prototypes.
Diffstat (limited to 'winsup/mingw/include/math.h')
-rw-r--r-- | winsup/mingw/include/math.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/mingw/include/math.h b/winsup/mingw/include/math.h index 585723b22..751fa9509 100644 --- a/winsup/mingw/include/math.h +++ b/winsup/mingw/include/math.h @@ -565,16 +565,12 @@ extern long double __cdecl sqrtl (long double); /* 7.12.8.1 The erf functions */ extern double __cdecl erf (double); extern float __cdecl erff (float); -/* TODO extern long double __cdecl erfl (long double); -*/ /* 7.12.8.2 The erfc functions */ extern double __cdecl erfc (double); extern float __cdecl erfcf (float); -/* TODO extern long double __cdecl erfcl (long double); -*/ /* 7.12.8.3 The lgamma functions */ extern double __cdecl lgamma (double); |