Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Totally rework the math library, this time based on the MacOs X | Eric Andersen | 2001-11-22 | 124 | -42781/+0 |
| | | | | | math library (which is itself based on the math lib from FreeBSD). -Erik | ||||
* | Seems we were lacking an acos() implementation | Eric Andersen | 2001-11-22 | 1 | -0/+58 |
| | |||||
* | Fix syntax error in comment. | Manuel Novoa III | 2001-06-27 | 1 | -1/+1 |
| | |||||
* | Oops... forgot to remove rint.c from the makefile. | Manuel Novoa III | 2001-06-19 | 1 | -1/+1 |
| | |||||
* | Remove Erik's broken implementation of rint(). Replace it by one "less broken". | Manuel Novoa III | 2001-06-19 | 3 | -82/+117 |
| | | | | | | Also correct rounding beharior of round() and add trunc(). Note that round() and rint() currently don't check for infs and nans. I decided to wait on that until the big cleanup. | ||||
* | I went nuts and wrote a generic rint implementation. I think it is | Eric Andersen | 2001-06-18 | 2 | -1/+53 |
| | | | | | correct per the man page and a little testing seems to show it works. -Erik | ||||
* | Be consistant for all the client code, and use TARGET_CC with ↵ | Eric Andersen | 2001-06-15 | 1 | -12/+12 |
| | | | | --uclibc-use-build-dir | ||||
* | Cleanup the math.h header file. It was broken when enabling doubles | Eric Andersen | 2001-05-25 | 1 | -1/+1 |
| | | | | | but disabling long doubles. -Erik | ||||
* | Added file for non-Cephes double routines; currently only fmod and modf. | Manuel Novoa III | 2001-05-22 | 2 | -1/+128 |
| | |||||
* | Ok, this should finish off my massive ro-organization. The source | Eric Andersen | 2001-05-12 | 1 | -4/+3 |
| | | | | | | | | | tree is less messy now (which helps), all libraries are placed into uClibc/lib when compiling, all libraries now use a consistant mechanism for being built, all libraries use a consistant naming scheme where the lib name includes the uClibc version number, which makes ldconfig happy and willing to work with us. -Erik | ||||
* | uClibc now has a math library. muahahahaha! | Eric Andersen | 2001-05-10 | 122 | -0/+42510 |
-Erik |