summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_round.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* test LDBL_MANT_DIG == DBL_MANT_DIG instead of hardcoding 53.espie2013-07-031-3/+3
* Switch libc and libm to use strong aliases rather than weak aliasesmartynas2013-03-281-2/+2
* Get rid of the very ugly lint workarounds: LINTLIBRARY, PROTOLIB,martynas2013-01-131-8/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Finalize work on the math library. It's time to do this monstermartynas2011-07-061-2/+16
* add some more C99 functions: round(3) and roundf(3).brad2006-07-121-0/+51