summaryrefslogtreecommitdiff
path: root/src/math/modff.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy1-16/+13
2012-11-13math: excess precision fix modf, modff, scalbn, scalbnfSzabolcs Nagy1-3/+3
2012-03-29math: rewrite modf.c and clean up modff.cnsz1-12/+16
2012-03-19new modff.c code, fix nan handling in modflnsz1-42/+24
2012-03-13first commit of the new libm!Rich Felker1-0/+51