Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-26 | 1 | -0/+2 |
* | Yet, another attempt to fix the libm breakage due to the | Steve Kargl | 2013-11-07 | 1 | -0/+2 |
* | Fix bulding libm on platforms with LDBL_MANT_DIG == 53. | Steve Kargl | 2013-11-07 | 1 | -0/+4 |
* | * Use "math.h" instead of <math.h>. | Steve Kargl | 2013-11-06 | 1 | -6/+9 |
* | Fixed roundf(). The following cases never worked in FreeBSD: | Bruce Evans | 2005-12-02 | 1 | -6/+6 |
* | The isnormal() in rev 1.2 should have been isfinite() so subnormals | David Schultz | 2005-01-13 | 1 | -1/+1 |
* | Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5. | David Schultz | 2004-08-05 | 1 | -3/+1 |
* | Add round(3) and roundf(3) and the associated documentation. | David Schultz | 2004-06-07 | 1 | -0/+53 |