summaryrefslogtreecommitdiff
path: root/src/math/remquol.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-05math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy1-170/+100
2012-05-08math: fix remquo.c when x==-y and a subnormal remainder bug as wellnsz1-1/+2
2012-03-19code cleanup of named constantsnsz1-1/+1
2012-03-13first commit of the new libm!Rich Felker1-0/+193