summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_round.c
Commit message (Expand)AuthorAgeFilesLines
* lib: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-261-0/+2
* Yet, another attempt to fix the libm breakage due to theSteve Kargl2013-11-071-0/+2
* Fix bulding libm on platforms with LDBL_MANT_DIG == 53.Steve Kargl2013-11-071-0/+4
* * Use "math.h" instead of <math.h>.Steve Kargl2013-11-061-6/+9
* Fixed roundf(). The following cases never worked in FreeBSD:Bruce Evans2005-12-021-6/+6
* The isnormal() in rev 1.2 should have been isfinite() so subnormalsDavid Schultz2005-01-131-1/+1
* Use isnormal() instead of fpclassify() to avoid dependency on libc.so.5.David Schultz2004-08-051-3/+1
* Add round(3) and roundf(3) and the associated documentation.David Schultz2004-06-071-0/+53