Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Make constants const. | 2011-07-20 | 1 | -4/+4 | |
| | | | | | | - Fix aliasing issue in s_frexpf.c; spotted by gcc. Many other ones were fixed in NetBSD long ago, but this one was forgotten. It looks like recently they fixed it too. | ||||
* | For intermediate computations use single or extended counterparts | 2011-07-20 | 1 | -4/+4 | |
| | | | | where appropriate, to avoid precision loss. | ||||
* | Finalize work on complex math routines, now that we have the | 2011-07-08 | 1 | -0/+130 | |
extended-precision support. Mostly from Cephes. |