Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remquo.c: suggest to use mpz_powm. | vlefevre | 2007-05-04 | 1 | -3/+2 |
* | remquo.c: added a comment (idea to compute the remainder much more | vlefevre | 2007-05-04 | 1 | -0/+8 |
* | added assert and ideas for native implementation | zimmerma | 2007-05-04 | 1 | -0/+9 |
* | fixed problem when rem and x are the same variable | zimmerma | 2007-05-04 | 1 | -2/+3 |
* | fixed two issues found by Kaveh Ghazi: | zimmerma | 2007-05-03 | 1 | -3/+9 |
* | Removed unused variables. | vlefevre | 2007-05-02 | 1 | -1/+1 |
* | argument quo of remquo is now a pointer to long instead of int | zimmerma | 2007-05-02 | 1 | -17/+11 |
* | changed order of arguments: now mpfr_remquo (r, q, x, y, rnd). | zimmerma | 2007-05-02 | 1 | -3/+6 |
* | remquo.c: fixed variable name for MPFR_LOG_FUNC. | vlefevre | 2007-05-02 | 1 | -2/+2 |
* | added mpfr_remquo and mpfr_remainder | zimmerma | 2007-05-02 | 1 | -0/+208 |