| Commit message (Expand) | Author | Age | Files | Lines |
| * | rootofunity: Use a better approximation of the lost bits.rootofunity | Andreas Enge | 2016-07-22 | 1 | -0/+5 |
| * | rootofunity: Handle powers of roots of order n = 3, 4, 6, 8, 12. | Andreas Enge | 2016-07-22 | 1 | -2/+35 |
| * | rootofunity: Allow powers of primitive roots of unity. | Andreas Enge | 2016-07-22 | 3 | -5/+6 |
| * | rootofunity: Handle special case of order 0. | Andreas Enge | 2016-05-24 | 3 | -1/+32 |
| * | rootofunity: Use the generic test framework. | Andreas Enge | 2016-05-24 | 3 | -1/+43 |
| * | rootofunity: Adapt to current mpc code and compilers. | Andreas Enge | 2016-05-24 | 1 | -5/+5 |
| * | implemented rootofunity | Andreas Enge | 2016-05-24 | 2 | -1/+66 |
| * | tests: Speed up test of mpc_exp. | Andreas Enge | 2016-05-24 | 1 | -2/+2 |
| * | Add mpc_cmp_abs. | Andreas Enge | 2016-05-24 | 4 | -5/+220 |
| * | fixed some tests that were assuming a fixed mpfr default exponent range | Paul Zimmermann | 2016-05-20 | 10 | -46/+53 |
| * | Adapt valgrind test support to parallel test harness of automake. | Andreas Enge | 2015-05-08 | 1 | -1/+2 |
| * | fixed bug reported by Joseph Myers | Paul Zimmermann | 2015-04-11 | 1 | -1/+6 |
| * | fixed bugs reported by Joseph Myers | Paul Zimmermann | 2015-04-11 | 2 | -81/+99 |
| * | added framework to automatically check wrong overflow or underflow (work in | Paul Zimmermann | 2015-04-10 | 2 | -1/+133 |
| * | added tests for bug reports by Joseph Myers | Paul Zimmermann | 2015-04-08 | 2 | -0/+6 |
| * | bug reported by Joseph Myers | Paul Zimmermann | 2015-04-08 | 1 | -0/+3 |
| * | fixed bug reported by Joseph Myers | Paul Zimmermann | 2015-03-26 | 2 | -0/+6 |
| * | added test case which shows a bug in mpc_pow, see | Paul Zimmermann | 2014-10-14 | 1 | -0/+1 |
| * | [tests] Fix memory leaks. | Philippe Theveny | 2014-01-27 | 2 | -0/+3 |
| * | [tests] Support of sin_cos with the new test framework. | Philippe Theveny | 2014-01-22 | 13 | -320/+198 |
| * | Move mpc_rnd_mode from read_data.c to print_parameter.c. | Andreas Enge | 2014-01-21 | 2 | -21/+20 |
| * | Silence warning messages. | Andreas Enge | 2014-01-21 | 3 | -15/+21 |
| * | Additional clean-up after r1416. | Philippe Theveny | 2014-01-21 | 1 | -1412/+0 |
| * | improve coverage, should be back to 100% | Paul Zimmermann | 2014-01-20 | 1 | -1/+6 |
| * | New test framework, merged from test branch. | Philippe Theveny | 2014-01-20 | 139 | -1146/+5590 |
| * | fix _POSIX_C_SOURCE refined | Mickaƫl Gastineau | 2014-01-15 | 1 | -1/+3 |
| * | more information in case of error | Paul Zimmermann | 2014-01-15 | 1 | -1/+4 |
| * | copied LOADLIBES from MPFR | Paul Zimmermann | 2014-01-10 | 1 | -1/+1 |
| * | improve speed of asin for 1+i*y with tiny y | Paul Zimmermann | 2013-12-24 | 1 | -0/+2 |
| * | make LOADLIBES work again | Paul Zimmermann | 2013-12-21 | 1 | -1/+1 |
| * | removed "bug" target committed by error | Paul Zimmermann | 2013-12-20 | 1 | -1/+1 |
| * | speed up mpc_sin for small input | Paul Zimmermann | 2013-12-20 | 1 | -1/+1 |
| * | [tests/tadd_si.c] Fix function under test. | Philippe Theveny | 2013-11-06 | 1 | -1/+1 |
| * | atan, atanh: Fix discrepancy with C standard for (+-0, +-1). | Andreas Enge | 2013-08-26 | 2 | -8/+6 |
| * | added tests showing difference with Annex G, see comment 7 in | Paul Zimmermann | 2013-08-26 | 1 | -0/+1 |
| * | log10.c, log10.dat: alternative patch using mpfr_log10 | Andreas Enge | 2012-10-01 | 1 | -0/+4 |
| * | log10.c, log10.dat: reverted previous bug fix to propose a different patch | Andreas Enge | 2012-10-01 | 1 | -3/+0 |
| * | [log10.c] fix bug reported by M. Gastineau | Paul Zimmermann | 2012-10-01 | 1 | -0/+3 |
| * | changed GMP_RND? to MPFR_RND? | Andreas Enge | 2012-07-23 | 19 | -162/+162 |
| * | tests/Makefile.am: typo in test name | Andreas Enge | 2012-07-06 | 1 | -1/+1 |
| * | atan.dat: even more tests | Andreas Enge | 2012-07-05 | 1 | -0/+3 |
| * | new test for atan.dat (suggested by Paul Zimmermann) | Andreas Enge | 2012-07-05 | 1 | -0/+2 |
| * | new functions mul_2si, div_2si | Andreas Enge | 2012-07-05 | 5 | -5/+76 |
| * | renamed mul/div_2exp to mul/div_2ui | Andreas Enge | 2012-07-05 | 8 | -17/+17 |
| * | rename RNDC to MPC_RND in mpc.h | Andreas Enge | 2012-07-05 | 4 | -16/+16 |
| * | mpc-tests.h, tfma.c, tmul.c: small changes to allow compilation with c++ | Andreas Enge | 2012-07-05 | 3 | -3/+9 |
| * | atan.dat: add test to cover one more line of code | Andreas Enge | 2012-07-01 | 1 | -1/+4 |
| * | log.dat: get back to 100% test coverage | Andreas Enge | 2012-06-30 | 1 | -0/+3 |
| * | log.c: added forgotten early abort in first algorithm | Andreas Enge | 2012-06-30 | 1 | -1/+1 |
| * | log.c: corrected error in ulp calculus | Andreas Enge | 2012-06-30 | 1 | -0/+4 |