summaryrefslogtreecommitdiff
path: root/tests/tremquo.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2013 withvlefevre2013-03-081-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* [tests] Avoid warning due to -Wunused-but-set-variable (from futurevlefevre2010-08-131-3/+2
* Replacedvlefevre2010-07-301-1/+1
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-3/+3
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-3/+3
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-88/+88
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* [rem1.c] fixed bug found in adding tests for round awayzimmerma2009-02-271-0/+32
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* Untabified and removed trailing spaces.vlefevre2007-06-201-1/+1
* completed implementation of Vincent's algorithm for mpfr_remquozimmerma2007-05-251-2/+12
* put back test (disabled for test)zimmerma2007-05-041-2/+0
* fixed problem when rem and x are the same variablezimmerma2007-05-041-0/+8
* tremquo.c: added a test that leads to a segmentation fault.vlefevre2007-05-041-0/+6
* tremquo.c: fixed tests (= -> ==).vlefevre2007-05-041-11/+11
* fixed two issues found by Kaveh Ghazi:zimmerma2007-05-031-0/+11
* fixed precision for command-line usagezimmerma2007-05-031-3/+3
* added code to use tremquo with command-line arguments (tremquo x y)zimmerma2007-05-031-0/+17
* modified test (2147483648 is not representable as 32-bit long in C90)zimmerma2007-05-021-2/+2
* argument quo of remquo is now a pointer to long instead of intzimmerma2007-05-021-19/+18
* changed order of arguments: now mpfr_remquo (r, q, x, y, rnd).zimmerma2007-05-021-22/+22
* added mpfr_remquo and mpfr_remainderzimmerma2007-05-021-0/+211