summaryrefslogtreecommitdiffstats
path: root/libm/fpmacros.c
Commit message (Collapse)AuthorAgeFilesLines
* Fill a few little holes in the math libraryEric Andersen2002-05-091-45/+63
|
* Patch from Axel Barnitzke <barney@xkontor.com> to fix handlingEric Andersen2002-04-171-0/+24
| | | | | of the isinf() macro, which was a casulty of my grafting the glibc header onto out math library.
* Totally rework the math library, this time based on the MacOs XEric Andersen2001-11-221-0/+239
math library (which is itself based on the math lib from FreeBSD). -Erik