summaryrefslogtreecommitdiffstats
path: root/libm/double
Commit message (Expand)AuthorAgeFilesLines
* Totally rework the math library, this time based on the MacOs XEric Andersen2001-11-22124-42781/+0
* Seems we were lacking an acos() implementationEric Andersen2001-11-221-0/+58
* Fix syntax error in comment.Manuel Novoa III2001-06-271-1/+1
* Oops... forgot to remove rint.c from the makefile.Manuel Novoa III2001-06-191-1/+1
* Remove Erik's broken implementation of rint(). Replace it by one "less broken".Manuel Novoa III2001-06-193-82/+117
* I went nuts and wrote a generic rint implementation. I think it isEric Andersen2001-06-182-1/+53
* Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu...Eric Andersen2001-06-151-12/+12
* Cleanup the math.h header file. It was broken when enabling doublesEric Andersen2001-05-251-1/+1
* Added file for non-Cephes double routines; currently only fmod and modf.Manuel Novoa III2001-05-222-1/+128
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-4/+3
* uClibc now has a math library. muahahahaha!Eric Andersen2001-05-10122-0/+42510