summaryrefslogtreecommitdiff
path: root/src/math/remainder.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-12reduce spurious inclusion of libc.hRich Felker1-1/+0
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-63/+4
2012-03-19fix remainder*.c: remove useless long double castnsz1-8/+4
2012-03-13first commit of the new libm!Rich Felker1-0/+70