summaryrefslogtreecommitdiff
path: root/src/math/remquo.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy1-150/+61
2012-05-08math: fix remquo.c when x==-y and a subnormal remainder bug as wellnsz1-3/+4
2012-03-20remove a fixme commentnsz1-1/+0
2012-03-13first commit of the new libm!Rich Felker1-0/+171