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