OSDN Git Service

* mingwex/math/lgamma.c: New file.
authordannysmith <dannysmith>
Wed, 27 Nov 2002 03:41:25 +0000 (03:41 +0000)
committerdannysmith <dannysmith>
Wed, 27 Nov 2002 03:41:25 +0000 (03:41 +0000)
commit47a5056f76b30671fd563eea7883970198b387a4
treeb595b236ce9c0a208b4383e3f1c7039268e68c43
parent9c288a0b40fa59c11e8298da0b5c87f3f195de79
* mingwex/math/lgamma.c: New file.
* mingwex/math/lgammaf.c: New file.
* mingwex/math/lgammal.c: New file.
* mingwex/math/tgamma.c: New file.
* mingwex/math/tgammaf.c: New file.
* mingwex/math/tgammal.c: New file.
* mingwex/math/cephes_mconf (polevlf): Add float version.
(p1evlf): Likewise.
Define _CEPHES_USE_ERRNO.
* mingwex/Makefile.in (MATH_DISTFILES): Add new files.
(MATH_OBJS): Add new objects.
* include/math.h (lgamma[fl]): Add prototypes.
(tgamma[fl]): Add prototypes.
winsup/mingw/include/math.h
winsup/mingw/mingwex/Makefile.in
winsup/mingw/mingwex/math/cephes_mconf.h
winsup/mingw/mingwex/math/lgamma.c [new file with mode: 0644]
winsup/mingw/mingwex/math/lgammaf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/lgammal.c [new file with mode: 0644]
winsup/mingw/mingwex/math/tgamma.c [new file with mode: 0644]
winsup/mingw/mingwex/math/tgammaf.c [new file with mode: 0644]
winsup/mingw/mingwex/math/tgammal.c [new file with mode: 0644]