Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Alias modfl to modf. This goes together with the previous bump. | 2011-07-08 | 1 | -1/+13 | |
| | |||||
* | Revert (leaving the complex math part alone). Some stuff is depending | 2011-07-08 | 1 | -0/+104 | |
| | | | | | on this historical behavior; so we're stuck in this stupid situation. No cookie for me. | ||||
* | Move fabs(3), frexp(3), and modf(3) to libm--nothing has been using | 2011-07-08 | 1 | -104/+0 | |
| | | | | them in libc for a very long time. OK guenther@. | ||||
* | - ldexp implementation has issues. switch to the one from libm | 2009-04-19 | 1 | -0/+104 | |
- remove frexp in hppa64, cloned from hppa - move generic ieee754 implementations of modf and ldexp to gen ok kettenis@, "looks good" millert@ |