Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed roundf(). The following cases never worked in FreeBSD: | bde | 2005-12-02 | 1 | -6/+6 |
* | The isnormal() in rev 1.2 should have been isfinite() so subnormals | das | 2005-01-13 | 1 | -1/+1 |
* | Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5. | das | 2004-08-05 | 1 | -3/+1 |
* | Add round(3) and roundf(3) and the associated documentation. | das | 2004-06-07 | 1 | -0/+53 |