* include/math.h (tgamma): Correct typo in comment.

This commit is contained in:
Danny Smith 2003-01-26 07:04:04 +00:00
parent 9a75162166
commit 232cca6b0c
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2003-01-26 Danny Smith <dannysmith@users.sourceforge.net>
* include/math.h (tgamma): Correct typo in comment.
2003-01-26 Danny Smith <dannysmith@users.sourceforge.net>
* mingwex/mingw-fseek.c (INLINE): Remove define.

View File

@ -533,13 +533,11 @@ extern long double erfcl (long double);
*/
/* 7.12.8.3 The lgamma functions */
extern double lgamma (double);
extern float lgammaf (float);
extern long double lgammal (long double);
/* 77.12.8.4 The tgamma functions */
/* 7.12.8.4 The tgamma functions */
extern double tgamma (double);
extern float tgammaf (float);
extern long double tgammal (long double);