* 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.
This commit is contained in:
Danny Smith
2005-05-08 08:07:18 +00:00
parent 3f6494e216
commit 02626f616d
4 changed files with 308 additions and 6 deletions

View File

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