about summary refs log tree commit diff
path: root/src/math/modf.c
Commit message (Expand)AuthorAgeFilesLines
* math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy2013-09-051-17/+14
* math: excess precision fix modf, modff, scalbn, scalbnfSzabolcs Nagy2012-11-131-3/+3
* math: rewrite modf.c and clean up modff.cnsz2012-03-291-60/+29
* code cleanup of named constantsnsz2012-03-191-3/+1
* first commit of the new libm!Rich Felker2012-03-131-0/+70