about summary refs log tree commit diff
path: root/src/math/remainder.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-63/+4
* fix remainder*.c: remove useless long double castnsz2012-03-191-8/+4
* first commit of the new libm!Rich Felker2012-03-131-0/+70