about summary refs log tree commit diff
path: root/src/math/modff.c
Commit message (Expand)AuthorAgeFilesLines
* math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy2013-09-051-16/+13
* math: excess precision fix modf, modff, scalbn, scalbnfSzabolcs Nagy2012-11-131-3/+3
* math: rewrite modf.c and clean up modff.cnsz2012-03-291-12/+16
* new modff.c code, fix nan handling in modflnsz2012-03-191-42/+24
* first commit of the new libm!Rich Felker2012-03-131-0/+51