summaryrefslogtreecommitdiff
path: root/tests/tremquo.c
Commit message (Expand)AuthorAgeFilesLines
* 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