summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rootofunity: Use a better approximation of the lost bits.rootofunityAndreas Enge2016-07-222-5/+16
* rootofunity: Handle powers of roots of order n = 3, 4, 6, 8, 12.Andreas Enge2016-07-222-10/+78
* rootofunity: Allow powers of primitive roots of unity.Andreas Enge2016-07-226-22/+57
* Update libtool version number.Andreas Enge2016-07-221-1/+1
* fixed case n=12 + added case n=8Paul Zimmermann2016-05-241-3/+10
* rootofunity: Handle special case of order 0.Andreas Enge2016-05-244-1/+38
* rootofunity: Use the generic test framework.Andreas Enge2016-05-243-1/+43
* mpc_rootofunity: Finish adding the function.Andreas Enge2016-05-243-1/+11
* rootofunity: Adapt to current mpc code and compilers.Andreas Enge2016-05-242-17/+17
* rootsofunity: use mean value theorem for analysis (suggested by Damien Robert)Andreas Enge2016-05-241-4/+4
* implemented rootofunityAndreas Enge2016-05-245-43/+196
* mpc_cmp_abs: Make the documentation clearer.Andreas Enge2016-05-241-2/+3
* review of mpc_cmp_absPaul Zimmermann2016-05-242-23/+41
* Add cmp_abs to Makefile.vc.Andreas Enge2016-05-241-1/+5
* tests: Speed up test of mpc_exp.Andreas Enge2016-05-241-2/+2
* Add mpc_cmp_abs.Andreas Enge2016-05-249-10/+333
* Add entries to .gitgnore file.Andreas Enge2016-05-241-0/+5
* Add .gitignore file.Andreas Enge2016-05-241-0/+55
* doc: Clarify a point in the lemma for cmp_abs.Andreas Enge2016-05-241-3/+4
* algorithms.tex: Correct the proof of the lemma for mpc_cmp_abs.Andreas Enge2016-05-231-11/+29
* fixed typoPaul Zimmermann2016-05-231-2/+2
* algorithms.tex: Add description of an algorithm for the yet to be writtenAndreas Enge2016-05-231-0/+60
* fixed some tests that were assuming a fixed mpfr default exponent rangePaul Zimmermann2016-05-2011-46/+53
* Update copyright dates.Andreas Enge2016-01-182-2/+2
* Whitespace change.Andreas Enge2016-01-181-1/+1
* Revert "mpfr_get_z_exp -> mpfr_get_z_2exp (added in MPFR 3.0)"Andreas Enge2016-01-121-4/+4
* removed trailing spacesPaul Zimmermann2016-01-121-1/+1
* removed trailing spacePaul Zimmermann2016-01-121-1/+1
* use mpfr_fmma and mpfr_fmms if provided by mpfrPaul Zimmermann2016-01-102-3/+28
* mpfr_get_z_exp -> mpfr_get_z_2exp (added in MPFR 3.0)Paul Zimmermann2015-10-061-4/+4
* * configure.ac: Modernise the call to AM_INIT_AUTOMAKE.Andreas Enge2015-05-081-1/+1
* Adapt valgrind test support to parallel test harness of automake.Andreas Enge2015-05-082-10/+11
* NEWS: Provide more details on the recent bug fixes.Andreas Enge2015-05-081-1/+2
* added hint for mpc_tanPaul Zimmermann2015-04-221-0/+5
* fixed bug reported by Joseph MyersPaul Zimmermann2015-04-112-11/+16
* fixed bugs reported by Joseph MyersPaul Zimmermann2015-04-115-87/+132
* added framework to automatically check wrong overflow or underflow (work inPaul Zimmermann2015-04-105-1/+163
* fixed overflow issue in mpc_exp with rounding towards zeroPaul Zimmermann2015-04-093-8/+9
* added tests for bug reports by Joseph MyersPaul Zimmermann2015-04-082-0/+6
* bug reported by Joseph MyersPaul Zimmermann2015-04-081-0/+3
* fixed bug reported by Joseph MyersPaul Zimmermann2015-03-265-4/+34
* Update NEWS and README.dev concerning libtool version.Andreas Enge2015-02-162-1/+2
* Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/mpc/mpcPaul Zimmermann2015-01-092-4/+11
|\
| * Fix valgrind detection.Andreas Enge2014-11-201-4/+7
| * Update NEWS.Andreas Enge2014-11-201-0/+4
* | added referencePaul Zimmermann2015-01-092-1/+7
|/
* Replace m4 macro looking for svn version with one looking for git version.Andreas Enge2014-11-123-14/+14
* fixed bug in mpc_powPaul Zimmermann2014-10-141-9/+8
* added test case which shows a bug in mpc_pow, seePaul Zimmermann2014-10-141-0/+1
* Drop -pedantic.Andreas Enge2014-09-111-1/+0