about summary refs log tree commit diff
path: root/src/math/remainderf.c
Commit message (Expand)AuthorAgeFilesLines
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* math: add (obsolete) bsd drem and finite functionsSzabolcs Nagy2013-11-211-0/+3
* math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy2013-09-051-56/+4
* fix remainder*.c: remove useless long double castnsz2012-03-191-7/+2
* math cleanup: use 1.0f instead of (float)1.0nsz2012-03-131-1/+1
* first commit of the new libm!Rich Felker2012-03-131-0/+64