| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-05-13 | Fix typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-13 | How you would calculate factorials efficiently | Mattias Andrée | 1 | -0/+40 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-13 | Fix typo | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-13 | Fix indentation in manual | Mattias Andrée | 1 | -5/+5 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-13 | Miscellaneous stuff | Mattias Andrée | 6 | -2/+680 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-12 | Exponentiation: clarification of a mathematical expression | Mattias Andrée | 1 | -1/+5 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-12 | Fix typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-12 | More on exponentiation by squaring | Mattias Andrée | 1 | -1/+54 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-12 | On exponentiation | Mattias Andrée | 2 | -2/+66 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-11 | On sign manipulation | Mattias Andrée | 1 | -5/+60 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-11 | Fix typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-11 | Manual: use inplace addition whenever possible | Mattias Andrée | 1 | -0/+17 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-11 | Minor edit in Addition | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-11 | On addition | Mattias Andrée | 1 | -2/+72 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-11 | Always satisfy n=qd+r to avoid confusion | Mattias Andrée | 2 | -5/+6 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-11 | Fix typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-11 | Work on the manual and zstr_length checks that the radix is valid | Mattias Andrée | 6 | -7/+405 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | Nope, that was not the case, just stupid packaging, build it yourself and everything is fine. | Mattias Andrée | 1 | -6/+5 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | gmp supports static linking, but it is opt-in | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | Typo fixes by Marc | Mattias Andrée | 2 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | Some small changes and additions to the manual | Mattias Andrée | 1 | -9/+15 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | Some comments | Mattias Andrée | 2 | -8/+36 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | Manual: add section: Create an integer | Mattias Andrée | 1 | -0/+66 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | Small improvements to the manual | Mattias Andrée | 3 | -11/+12 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | Remove my name and e-mail from the front page | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | Corrects to the manual, found by Marc | Mattias Andrée | 3 | -26/+32 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | Fix typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | manual: add a missing \noindent | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | manual: initialisation and errors | Mattias Andrée | 3 | -1/+173 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | gmp has be compiled without glibc is you want to use another libc in your program | Mattias Andrée | 1 | -4/+5 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-09 | Start on a manual | Mattias Andrée | 3 | -0/+517 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-08 | Fix small error in refsheet | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: remove draft mode | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: random numbers => randomness | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: group title style consistency | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: a <- sgn b: use ~ between sgn and b | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: simplify, exdent tables 2ex instead of 0.8em, and per Marc's suggestion, use microtype | Mattias Andrée | 1 | -52/+49 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: correct definition of zbits | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: there is no good way to symbolise rounding toward zero, so do not use rounding symbols at all | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: zperror's param may be empty, which is treated especially | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: style consistence | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: use \hspace* to indent | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: functions usually return void, paremeters are usually z_t (removes typo) | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: zgcd: a < 0 also if b < 0 and c == 0 or c < 0 and b == 0, so just if, not iff | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | Clean up refsheet | Mattias Andrée | 1 | -99/+117 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | refsheet: tweak vspace and align the table with the title using hspace | Mattias Andrée | 1 | -2/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-05-01 | Fix Underfull \hbox in the refsheet | Petr Vaněk | 1 | -3/+2 | |
| The macro \\ should not be used when an empty line follows. | |||||
| 2016-04-30 | Fix zrand comment in refsheet | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-29 | Some optimisations, fix refsheet, and disable const/pure attributes in gmp in benchmark | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-04-29 | refsheet: fix type of second parameter for zseti, zsetu, zcmpi, and zcmpu | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
