summaryrefslogtreecommitdiff
path: root/src/math/fmodl.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-09math: fix fmodl for IEEE binary128Szabolcs Nagy1-1/+1
2013-09-05math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy1-133/+80
2012-03-19don't try to create non-standard denormalization signalnsz1-3/+2
2012-03-13first commit of the new libm!Rich Felker1-0/+159