summaryrefslogtreecommitdiff
path: root/rem1.c
Commit message (Collapse)AuthorAgeFilesLines
* Untabified and removed trailing spaces.vlefevre2007-10-311-27/+27
| | | | git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4933 280ebfd0-de03-0410-8827-d642c229c3f4
* merge fmod, remaider and remquo into a single file rem1.c.thevenyp2007-09-281-0/+232
merge code into a single internal function mpfr_rem1. fix false statement in mpfr.texi: rop and op1 have the same sign for mpfr_fmod but not for mpfr_remainder and mpfr_remquo. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4869 280ebfd0-de03-0410-8827-d642c229c3f4