summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_round.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/7.2 to release/7.2.0 for FreeBSD 7.2-RELEASE.release/7.2.0_cvsKen Smith2009-05-011-1/+1
* 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