Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops, the weak reference for ceill(), floorl() and truncl() was in the | bde | 2008-02-14 | 1 | -4/+0 |
* | s_ceill.c | bde | 2008-02-13 | 1 | -3/+2 |
* | On arches where long double is the same as double, alias ceil(), floor() | bde | 2008-02-13 | 1 | -0/+4 |
* | Fix the C version of ceill(x) for -1 < x <= -0 in all rounding modes. | bde | 2008-02-13 | 1 | -1/+1 |
* | Revert the last change, the conversion from long double to double can raise | stefanf | 2005-04-28 | 1 | -4/+4 |
* | Use double additions to raise the inexact exception to work around problems | stefanf | 2005-04-22 | 1 | -4/+4 |
* | Fix raising the inexact exception (FE_INEXACT) if the result differs from the | stefanf | 2005-04-22 | 1 | -7/+12 |
* | Implement and document ceill(). | stefanf | 2005-01-13 | 1 | -0/+97 |