about summary refs log tree commit diff
path: root/src/math/ceilf.c
Commit message (Expand)AuthorAgeFilesLines
* math: rewrite rounding functions (ceil, floor, trunc, round, rint)Szabolcs Nagy2013-09-051-46/+19
* math: minor cleanups in ceil and floornsz2012-03-291-1/+0
* math cleanup: use 1.0f instead of (float)1.0nsz2012-03-131-2/+2
* first commit of the new libm!Rich Felker2012-03-131-0/+55