summaryrefslogtreecommitdiff
path: root/src/math/modf.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy1-17/+14
2012-11-13math: excess precision fix modf, modff, scalbn, scalbnfSzabolcs Nagy1-3/+3
2012-03-29math: rewrite modf.c and clean up modff.cnsz1-60/+29
2012-03-19code cleanup of named constantsnsz1-3/+1
2012-03-13first commit of the new libm!Rich Felker1-0/+70