about summary refs log tree commit diff
path: root/src/math/modfl.c
Commit message (Expand)AuthorAgeFilesLines
* math: use the rounding idiom consistentlySzabolcs Nagy2014-10-311-6/+4
* math: fix aliasing violation in long double wrappersSzabolcs Nagy2014-04-111-1/+6
* math: remove an unused variable from modflSzabolcs Nagy2013-10-061-1/+0
* math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy2013-09-051-83/+34
* fix invalid implicit pointer conversion in ld64 modflRich Felker2012-07-021-1/+1
* math: fix modfl.c bugnsz2012-03-281-1/+1
* new modff.c code, fix nan handling in modflnsz2012-03-191-2/+2
* first commit of the new libm!Rich Felker2012-03-131-0/+100