summaryrefslogtreecommitdiff
path: root/src/math/modfl.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-31math: use the rounding idiom consistentlySzabolcs Nagy1-6/+4
2014-04-11math: fix aliasing violation in long double wrappersSzabolcs Nagy1-1/+6
2013-10-06math: remove an unused variable from modflSzabolcs Nagy1-1/+0
2013-09-05math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy1-83/+34
2012-07-02fix invalid implicit pointer conversion in ld64 modflRich Felker1-1/+1
2012-03-28math: fix modfl.c bugnsz1-1/+1
2012-03-19new modff.c code, fix nan handling in modflnsz1-2/+2
2012-03-13first commit of the new libm!Rich Felker1-0/+100