OSDN Git Service

* include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl,
authordannysmith <dannysmith>
Wed, 6 Oct 2004 20:31:31 +0000 (20:31 +0000)
committerdannysmith <dannysmith>
Wed, 6 Oct 2004 20:31:31 +0000 (20:31 +0000)
commite89baf4577bba4a8b95d11437dfb3e7b6d1a0c71
treeacc6d18d2cbc5c80668e3040fc8b076130a935c6
parent903b8cdbebaf27eae952571783839cf375d3e9d4
* include/math.h (ashinh, asinhf, asinhl, acosh, acoshf, acoshl,
atanh, atanhf, atanhl): Add prototypes.
* mingwex/Makefile.in (MATH_OBJS): Add objects for above to list.
(MATH_DISTFILES): Add sources for above and fastmath.h to list.
Specify dependency on fastmath.h for new objects.
* mingwex/math/fastmath.h: New file.
* mingwex/math/ashinh.c: New file.
* mingwex/math/asinhf.c: New file.
* mingwex/math/asinhl.c: New file.
* mingwex/math/acosh.c: New file.
* mingwex/math/acoshf.c: New file.
* mingwex/math/acoshl.c: New file.
* mingwex/math/atanh.c: New file.
* mingwex/math/atanhf.c: New file.
* mingwex/math/atanhl.c: New file.
13 files changed:
winsup/mingw/ChangeLog
winsup/mingw/include/math.h
winsup/mingw/mingwex/Makefile.in
winsup/mingw/mingwex/math/acosh.c [new file with mode: 0755]
winsup/mingw/mingwex/math/acoshf.c [new file with mode: 0755]
winsup/mingw/mingwex/math/acoshl.c [new file with mode: 0755]
winsup/mingw/mingwex/math/asinh.c [new file with mode: 0755]
winsup/mingw/mingwex/math/asinhf.c [new file with mode: 0755]
winsup/mingw/mingwex/math/asinhl.c [new file with mode: 0755]
winsup/mingw/mingwex/math/atanh.c [new file with mode: 0755]
winsup/mingw/mingwex/math/atanhf.c [new file with mode: 0755]
winsup/mingw/mingwex/math/atanhl.c [new file with mode: 0755]
winsup/mingw/mingwex/math/fastmath.h [new file with mode: 0755]