aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* How you would calculate factorials efficientlyMattias Andrée2016-05-131-0/+40
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2016-05-131-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix indentation in manualMattias Andrée2016-05-131-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Miscellaneous stuffMattias Andrée2016-05-136-2/+680
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Exponentiation: clarification of a mathematical expressionMattias Andrée2016-05-121-1/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2016-05-121-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* More on exponentiation by squaringMattias Andrée2016-05-121-1/+54
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* On exponentiationMattias Andrée2016-05-122-2/+66
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* On sign manipulationMattias Andrée2016-05-111-5/+60
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2016-05-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: use inplace addition whenever possibleMattias Andrée2016-05-111-0/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Minor edit in AdditionMattias Andrée2016-05-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* On additionMattias Andrée2016-05-111-2/+72
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Always satisfy n=qd+r to avoid confusionMattias Andrée2016-05-112-5/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2016-05-111-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Work on the manual and zstr_length checks that the radix is validMattias Andrée2016-05-116-7/+405
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Nope, that was not the case, just stupid packaging, build it yourself and everything is fine.Mattias Andrée2016-05-091-6/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* gmp supports static linking, but it is opt-inMattias Andrée2016-05-091-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Typo fixes by MarcMattias Andrée2016-05-092-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some small changes and additions to the manualMattias Andrée2016-05-091-9/+15
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some commentsMattias Andrée2016-05-092-8/+36
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: add section: Create an integerMattias Andrée2016-05-091-0/+66
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Small improvements to the manualMattias Andrée2016-05-093-11/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove my name and e-mail from the front pageMattias Andrée2016-05-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Corrects to the manual, found by MarcMattias Andrée2016-05-093-26/+32
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2016-05-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* manual: add a missing \noindentMattias Andrée2016-05-091-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* manual: initialisation and errorsMattias Andrée2016-05-093-1/+173
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* gmp has be compiled without glibc is you want to use another libc in your programMattias Andrée2016-05-091-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Start on a manualMattias Andrée2016-05-093-0/+517
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix small error in refsheetMattias Andrée2016-05-081-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: remove draft modeMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: random numbers => randomnessMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: group title style consistencyMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: a <- sgn b: use ~ between sgn and bMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: simplify, exdent tables 2ex instead of 0.8em, and per Marc's suggestion, use microtypeMattias Andrée2016-05-011-52/+49
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: correct definition of zbitsMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: there is no good way to symbolise rounding toward zero, so do not use rounding symbols at allMattias Andrée2016-05-011-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: zperror's param may be empty, which is treated especiallyMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: style consistenceMattias Andrée2016-05-011-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: use \hspace* to indentMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: functions usually return void, paremeters are usually z_t (removes typo)Mattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: zgcd: a < 0 also if b < 0 and c == 0 or c < 0 and b == 0, so just if, not iffMattias Andrée2016-05-011-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Clean up refsheetMattias Andrée2016-05-011-99/+117
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: tweak vspace and align the table with the title using hspaceMattias Andrée2016-05-011-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix Underfull \hbox in the refsheetPetr Vaněk2016-05-011-3/+2
| | | | The macro \\ should not be used when an empty line follows.
* Fix zrand comment in refsheetMattias Andrée2016-04-301-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmarkMattias Andrée2016-04-291-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* refsheet: fix type of second parameter for zseti, zsetu, zcmpi, and zcmpuMattias Andrée2016-04-291-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use bold, not blackboard boldMattias Andrée2016-04-291-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>