summaryrefslogtreecommitdiff
path: root/gmp_op.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing spaces (better for future patches, as such spacesvlefevre2005-08-181-9/+9
* Converted tabs to spaces with expand.vlefevre2005-08-181-50/+50
* Change the address of the FSF.pelissip2005-06-021-2/+2
* Replace mpfr_can_round (..., GMP_RNDN, GMP_RNDZ, ...) to fast replacementpelissip2005-03-141-4/+2
* Clean up code.pelissip2005-02-141-8/+17
* Reduce size of codepelissip2005-01-111-105/+126
* For add/sub_type functions where type is a type without signed zeros,pelissip2004-04-071-8/+25
* Fix a bug in case a mpz_t == 0 (mpz_sizeinbase(0Z,2)==0 and MPFR_PREC_MIN=2).pelissip2004-04-071-5/+5
* Fix a bug.pelissip2004-03-261-15/+25
* Test write access to CVS.vlefevre2004-03-221-1/+1
* Add mpfr_cmp_f and its test.pelissip2004-03-091-0/+14
* Add `mpfr_cmp_q` and `mpfr_cmp_z`.pelissip2004-03-091-12/+39
* Fix bug with exact rationnal arguments (0.5+3/2 freezes).pelissip2004-02-191-38/+54
* Fix the computing of the error for mpq_add and mpq_sub.pelissip2004-02-161-5/+16
* Fix bug of add_q and sub_q with special values (NAN, INF and ZERO).pelissip2004-02-161-4/+53
* + Add a new test file for checking functions mpfr_add/sub/mul/div_q/z (from g...pelissip2004-01-081-39/+68
* Merged the mpfr-2-0-2-branch changes to the trunk.vlefevre2003-10-201-18/+18
* COPYING -> COPYING.LIB and GPL re-added.vlefevre2002-04-151-1/+1
* COPYING.LIB -> COPYING.vlefevre2002-04-051-1/+1
* Copyright line changed.vlefevre2002-03-041-1/+1
* removed K&R function headerszimmerma2001-11-161-65/+1
* changed Library GPL to Lesser GPLzimmerma2001-11-161-4/+4
* Change mpfr_<op>_mpz to mpfr_<op>_zrouillie2001-10-301-16/+16
* Adds the file gmp_op.c containing the implementations of operations betweenrouillie2001-10-261-0/+186