summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* atan: Drop assertion.Andreas Enge2017-03-311-2/+0
* atan: Modify comments.Andreas Enge2017-03-311-5/+6
* atan: Update copyright date.Andreas Enge2017-03-312-2/+2
* replaced rounding mode in mpfr_sqr by RNDU (thanks Joseph Myers)Paul Zimmermann2017-03-111-2/+2
* [src/atan.c] fixed typo in commentPaul Zimmermann2017-03-081-1/+1
* fixed bug in mpc_atan reported by Joseph MyersPaul Zimmermann2017-03-083-7/+41
* added equivalent definition of optimal choice for agmPaul Zimmermann2016-11-151-0/+1
* updated referencesPaul Zimmermann2016-11-152-5/+9
* Add TODO element.Andreas Enge2016-07-221-0/+4
* 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