aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-06-02Manual: simplify licenseMattias Andrée1-10/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-06-02Switch to ISC license.Mattias Andrée1-17/+11
See http://git.suckless.org/scc/commit/?id=ad972426c2da0aff2346e7915ffb3b9454069e08 for rationale. Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-06-02Makefile: remove intermediary files after compiling pdf filesMattias Andrée1-0/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-06-01Manual: division algorithmMattias Andrée1-2/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-06-01Manual: on divisionMattias Andrée1-1/+185
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-06-01todo: should modular exponentiation and modular multiplication be removed?Mattias Andrée1-0/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-16Misc work on the manualMattias Andrée2-3/+149
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-14On bit-splittingMattias Andrée1-1/+45
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-14Division is truncated, not flooredMattias Andrée1-9/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-14Reorder sectionsMattias Andrée1-7/+7
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-14Minor edit in manual: reorder parameters in call to zaddMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-14On bit-truncationMattias Andrée1-1/+24
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-14On bit-shiftingMattias Andrée1-1/+57
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13Fix typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13Minor fix to the textMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13Fix typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13On primality test, and styleMattias Andrée3-32/+100
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13zptest: if n is even, let the witness be 2Mattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13On greatest common divisorMattias Andrée1-1/+69
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13On odd/even and signumMattias Andrée1-3/+87
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13Add entry in TODO, and more on the Not implemented chapterMattias Andrée2-1/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13Fix typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13How you would calculate factorials efficientlyMattias Andrée1-0/+40
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13Fix typoMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13Add version constants and constants that can be used to detect changesMattias Andrée1-0/+15
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13Fix indentation in manualMattias Andrée1-5/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-13Miscellaneous stuffMattias Andrée13-7/+700
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-12Exponentiation: clarification of a mathematical expressionMattias Andrée1-1/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-12Fix typoMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
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ée7-53/+26
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-11test: check that zstr_length validates the radix incorrectlyMattias Andrée1-0/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-11zstr_length: do not validate the radix if ZAHL_UNSAFE is usedMattias 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ée12-14/+422
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-09zdivmod: minor correctionMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-05-09n ≠ qd + r, that would just complicate thingsMattias Andrée1-0/+28
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>