* include/math.h (tgamma): Correct typo in comment.
This commit is contained in:
parent
9a75162166
commit
232cca6b0c
@ -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>
|
2003-01-26 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* mingwex/mingw-fseek.c (INLINE): Remove define.
|
* mingwex/mingw-fseek.c (INLINE): Remove define.
|
||||||
|
@ -533,13 +533,11 @@ extern long double erfcl (long double);
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* 7.12.8.3 The lgamma functions */
|
/* 7.12.8.3 The lgamma functions */
|
||||||
|
|
||||||
extern double lgamma (double);
|
extern double lgamma (double);
|
||||||
extern float lgammaf (float);
|
extern float lgammaf (float);
|
||||||
extern long double lgammal (long double);
|
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 double tgamma (double);
|
||||||
extern float tgammaf (float);
|
extern float tgammaf (float);
|
||||||
extern long double tgammal (long double);
|
extern long double tgammal (long double);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user