summaryrefslogtreecommitdiff
path: root/src/math/remainderf.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-21math: add (obsolete) bsd drem and finite functionsSzabolcs Nagy1-0/+3
2013-09-05math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy1-56/+4
2012-03-19fix remainder*.c: remove useless long double castnsz1-7/+2
2012-03-13math cleanup: use 1.0f instead of (float)1.0nsz1-1/+1
2012-03-13first commit of the new libm!Rich Felker1-0/+64