summaryrefslogtreecommitdiff
path: root/remquo.c
Commit message (Expand)AuthorAgeFilesLines
* <stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.hvlefevre2007-07-091-1/+0
* Untabified and removed trailing spaces.vlefevre2007-06-201-16/+16
* remquo.c bug fix: preprocessor # must be in the first column.vlefevre2007-06-201-10/+10
* completed implementation of Vincent's algorithm for mpfr_remquozimmerma2007-05-251-176/+88
* new version of mpfr_remainder, using Vincent's algorithmzimmerma2007-05-241-2/+73
* remquo.c: suggest to use mpz_powm.vlefevre2007-05-041-3/+2
* remquo.c: added a comment (idea to compute the remainder much morevlefevre2007-05-041-0/+8
* added assert and ideas for native implementationzimmerma2007-05-041-0/+9
* fixed problem when rem and x are the same variablezimmerma2007-05-041-2/+3
* fixed two issues found by Kaveh Ghazi:zimmerma2007-05-031-3/+9
* Removed unused variables.vlefevre2007-05-021-1/+1
* argument quo of remquo is now a pointer to long instead of intzimmerma2007-05-021-17/+11
* changed order of arguments: now mpfr_remquo (r, q, x, y, rnd).zimmerma2007-05-021-3/+6
* remquo.c: fixed variable name for MPFR_LOG_FUNC.vlefevre2007-05-021-2/+2
* added mpfr_remquo and mpfr_remainderzimmerma2007-05-021-0/+208