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