summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_remquof.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the conversion to use nan_mix() in r336362. fmod*(x, y),Bruce Evans2018-07-241-1/+1
* Add a macro nan_mix() and use it to get NaN results that are (bitwise)Bruce Evans2018-07-171-1/+1
* Fix a bug in remquo{,f,l}, in which the quotient didn't always have theDavid Schultz2012-04-071-1/+2
* Implement and document remquo() and remquof().David Schultz2005-03-251-0/+121