summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rootsofunity: use mean value theorem for analysis (suggested by Damien Robert)rootunityAndreas Enge2016-05-241-4/+4
* implemented rootofunityAndreas Enge2016-05-245-43/+196
* 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
* Drop -Wundef.Andreas Enge2014-09-111-1/+0
* Correct extraction of CC and CFLAGS from gmp.h, fixes #17410.Andreas Enge2014-05-121-10/+6
* bench: Execute each operation at least once to avoid division by 0...Andreas Enge2014-02-061-1/+1
* bench: Print scores with three significant digits.Andreas Enge2014-02-061-8/+40
* bench: Correct factor of 2 in estimation of ops per second.Andreas Enge2014-02-061-1/+2
* bench: Speed up tests by executing each one for only 0.1s.Andreas Enge2014-02-062-2/+3
* bench: Compute internally with double.Andreas Enge2014-02-061-49/+30
* bench: Add pow.Andreas Enge2014-02-061-1/+3
* bench: Use 0.1s to get meaningful results on raspberry pi.Andreas Enge2014-02-051-5/+5
* bench: Start with add/sub before mul/div. Move sqrt to arithmetic functions.Andreas Enge2014-02-052-9/+11
* [tests] Fix memory leaks.Philippe Theveny2014-01-272-0/+3