summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* rootofunity: Allow powers of primitive roots of unity.Andreas Enge2016-07-221-3/+3
* mpc_rootofunity: Finish adding the function.Andreas Enge2016-05-241-0/+6
* mpc_cmp_abs: Make the documentation clearer.Andreas Enge2016-05-241-2/+3
* review of mpc_cmp_absPaul Zimmermann2016-05-241-1/+3
* Add mpc_cmp_abs.Andreas Enge2016-05-241-1/+9
* 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
* added referencePaul Zimmermann2015-01-092-1/+7
* algorithms.tex: Minor changes.Andreas Enge2014-01-231-6/+9
* Finished rewrite of AGM in algorithms.tex, added bibliography entry.Andreas Enge2014-01-232-135/+312
* Slightly generalised error analysis for the AGM, to be continued.Andreas Enge2014-01-201-20/+21
* New test framework, merged from test branch.Philippe Theveny2014-01-201-4/+5
* Proofreading of the AGM analysis.Andreas Enge2014-01-202-66/+73
* improve speed of asin for 1+i*y with tiny yPaul Zimmermann2013-12-241-0/+6
* add referencePaul Zimmermann2013-12-051-0/+8
* switch to British English in documentationAndreas Enge2013-07-241-13/+13
* fixed typos reported by Ondřej Bílka <neleai@seznam.cz>Paul Zimmermann2013-07-241-2/+2
* [algorithms.tex] small changes about AGMPaul Zimmermann2012-10-081-5/+5
* [algorithms.tex] more work on AGMPaul Zimmermann2012-10-081-1/+36
* [algorithms.tex] improved the error analysis for agm1Paul Zimmermann2012-10-081-20/+35
* [algorithms.tex] improve the range for the error bound of mpc_sqrtPaul Zimmermann2012-10-051-0/+4
* algorithms.tex: completed analysis and algorithmic strategy for agm1Andreas Enge2012-09-181-5/+32
* algorithms.tex: AGM continuedAndreas Enge2012-09-172-57/+129
* algorithms.tex: error propagation of square rootAndreas Enge2012-09-171-0/+33
* algorithms.tex: removed relative error for rounded addition; no need to addAndreas Enge2012-09-171-15/+10
* algorithms.tex: typo, keep rounding error separate from propagated errorAndreas Enge2012-09-171-1/+1
* algorithms.tex: factored out proposition "comrelround"Andreas Enge2012-09-171-24/+45
* algorithms.tex: added complex relative error for addition in same quadrantAndreas Enge2012-09-171-0/+62
* algorithms.tex: layoutAndreas Enge2012-09-171-5/+10
* algorithms.tex: replaced AGM lemma by corollary in section "complex relativeAndreas Enge2012-09-171-18/+16
* algorithms.tex: rewritten agm part using macros \corr{} and \appro{}Andreas Enge2012-09-171-10/+10
* [algorithms.tex] added error analysis for AGM (to be reviewed)Paul Zimmermann2012-09-051-0/+43
* typo in docAndreas Enge2012-07-271-1/+1
* require mpfr >= 3.0.0Andreas Enge2012-07-231-1/+1
* getting ready for 1.0 releaseAndreas Enge2012-07-191-3/+3
* preparing 1.0.0rc1Andreas Enge2012-07-071-4/+4
* new functions mul_2si, div_2siAndreas Enge2012-07-051-2/+4
* renamed mul/div_2exp to mul/div_2uiAndreas Enge2012-07-051-3/+3
* log: alternative implementation that avoids intermediate overflowsAndreas Enge2012-06-281-1/+33
* rootsofunity: use mean value theorem for analysis (suggested by Damien Robert)Andreas Enge2012-06-271-14/+9
* mpc.texi: small reshuffling of functionsAndreas Enge2012-06-271-9/+10
* algorithms.tex: propagation error of real sin and cosAndreas Enge2012-06-271-1/+37
* added new function mpc_log10Paul Zimmermann2012-04-031-2/+3
* [mul.c] don't call mpc_sqr any more when both inputs are the same variablePaul Zimmermann2012-03-061-0/+2
* mpc.m4: removed -Werror, simplified check for complex support, cf. bug #13901Andreas Enge2012-02-211-2/+2
* changed result for 0^0, according to the discussion onPaul Zimmermann2012-01-091-0/+2
* mpc.texi: speak of "function index", not "function and type index"Andreas Enge2011-10-281-2/+2
* div.c: implemented return valueAndreas Enge2011-09-021-6/+0