summaryrefslogtreecommitdiff
path: root/doc/sum.txt
Commit message (Expand)AuthorAgeFilesLines
* [doc/sum.txt] Typo in the MPFR_RNDF text.vlefevre2017-05-291-1/+1
* Merged the latest changes from the trunk, including some old changesetsvlefevre2017-05-041-4/+22
|\
| * [doc/sum.txt] Minor corrections.vlefevre2017-03-061-3/+3
| * [src/sum.c] Added a note about why one uses "const mpfr_ptr *x" in thevlefevre2017-02-141-1/+19
| * [doc/sum.txt] Final corrections.vlefevre2016-11-091-8/+8
| * [doc/sum.txt] Another correction due to the rewrite for reuse support.vlefevre2016-11-091-1/+1
| * [doc/sum.txt] Correction.vlefevre2016-11-091-4/+4
| * [doc/sum.txt] Improved an example (from my ARITH-23 slides).vlefevre2016-11-081-3/+4
| * [doc/sum.txt] English usage.vlefevre2016-11-081-1/+1
| * [doc/sum.txt] Explained the handling of halfway cases for sq = 1vlefevre2016-11-071-6/+18
| * [doc/sum.txt] Minor update.vlefevre2016-11-071-3/+3
| * [doc/sum.txt] Last corrections. Concerning the setting of the sign ofvlefevre2016-11-071-19/+17
| * [doc/sum.txt] Correction (English).vlefevre2016-11-071-1/+1
| * [doc/sum.txt] Correction about neg / sgn.vlefevre2016-11-071-11/+11
| * [doc/sum.txt] Added details about the handling of halfway cases, asvlefevre2016-11-071-9/+26
| * [doc/sum.txt] Minor update.vlefevre2016-11-061-7/+8
| * [doc/sum.txt] A bit more explanations.vlefevre2016-11-041-7/+9
| * [doc/sum.txt] Corrected the usage of the HYPHEN-MINUS character (-):vlefevre2016-11-041-34/+34
| * [doc/sum.txt] Minor improvement.vlefevre2016-11-041-2/+3
| * [doc/sum.txt] Added a note.vlefevre2016-10-271-0/+3
| * [doc/sum.txt] Update for the current code (support of reused arguments);vlefevre2016-10-271-66/+122
| * [doc/sum.txt] Corrected 2 typos.vlefevre2016-10-271-2/+2
| * [doc/sum.txt] Started the update for the code supporting reuse.vlefevre2016-10-251-7/+23
| * [doc/sum.txt] Minor correction and improvement (English).vlefevre2016-10-201-5/+5
| * [doc/sum.txt] "a" → "an" before "additional iteration".vlefevre2016-10-201-1/+1
| * [doc/sum.txt] Changed "hole" to "gap".vlefevre2016-06-271-2/+2
* | [doc/sum.txt] Update for faithful rounding (MPFR_RNDF).vlefevre2016-12-201-13/+28
* | Merged the latest changes from the trunk except those related tovlefevre2016-12-061-153/+260
* | Merged r10520 through r10527 from the trunk (no conflicts).vlefevre2016-07-221-2/+2
|/
* [src/sum.c] For the future support of reused arguments: TMD resolutionvlefevre2016-06-101-0/+5
* [doc/sum.txt] Added a summary of the timings, copied from:vlefevre2016-03-161-0/+59
* [doc/sum.txt] Some clarification in the TMD case.vlefevre2016-03-141-7/+12
* [doc/sum.txt] Added a proof that the choice for the size ts of thevlefevre2016-03-141-3/+23
* [doc/sum.txt] Replaced e by ε for the error (e is already used).vlefevre2016-03-141-3/+3
* [doc/sum.txt] Update about t' in the error analysis.vlefevre2016-03-141-4/+4
* [doc/sum.txt] More about the notion of exponent in two's complement.vlefevre2016-03-141-7/+13
* [doc/sum.txt] Update about sum_raw (with a correction of a typo).vlefevre2016-03-131-2/+19
* [doc/sum.txt] Rewrote paragraph about limitations.vlefevre2016-03-101-8/+12
* [doc/sum.txt] Improved explanations and corrected a proof.vlefevre2016-03-101-14/+32
* [doc/sum.txt] Added a figure.vlefevre2016-03-101-1/+6
* [doc/sum.txt] Clarifications.vlefevre2016-03-101-2/+2
* [doc/sum.txt] GMP → the current version of GMP (6.1.0).vlefevre2016-03-091-1/+2
* [doc/sum.txt] Another clarification.vlefevre2016-03-091-1/+1
* [doc/sum.txt] Clarification about a reiteration in sum_raw withvlefevre2016-03-091-2/+5
* [doc/sum.txt] Clarification.vlefevre2016-03-091-5/+5
* [doc/sum.txt] Update (mainly related to two's complement).vlefevre2016-03-091-4/+9
* [doc/sum.txt] Corrected 2 typos found by PZ.vlefevre2016-03-081-2/+2
* [doc/sum.txt] Added commas.vlefevre2016-03-081-36/+36
* [doc/sum.txt] Added info about an exact zero result and IEEE 754 / 1788.vlefevre2016-03-081-1/+12
* [doc/sum.txt] A bit more about the choice of two's complement for thevlefevre2016-03-081-7/+10