aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix difficulty ratings on exercisesMattias Andrée2016-07-281-3/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add exercice: [▶10] Modular powers of 2Mattias Andrée2016-07-271-0/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Exercise solutions: the return type should be on the line above the function name, like in the rest of the manualMattias Andrée2016-07-251-4/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual refdup should not return intMattias Andrée2016-07-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix another error in the solution for Powers of the golden ratioMattias Andrée2016-07-251-5/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix a small error in the solution for Powers of the golden ratioMattias Andrée2016-07-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2016-07-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: The Kronecker symbolMattias Andrée2016-07-251-4/+56
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: How to calculate the Jacobi symbolMattias Andrée2016-07-251-3/+43
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Style fixMattias Andrée2016-07-251-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: how to calculate the legendre symbolMattias Andrée2016-07-251-1/+17
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add exercise: [30] Powers of the golden ratioMattias Andrée2016-07-251-0/+38
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Alternative solution for [20] Fast primality test with bounded perfectionMattias Andrée2016-07-251-0/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add exercise: [20] Fast primality test with bounded perfectionMattias Andrée2016-07-251-0/+36
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add exercise: [11] Lucas–Lehmer primality testMattias Andrée2016-07-251-0/+85
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add pronunciation of LucasMattias Andrée2016-07-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add exercises: [10] Fermat primality testMattias Andrée2016-07-241-0/+60
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2016-07-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Saturated subtraction: { => r = }a ∸ b = .....Mattias Andrée2016-07-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Mention that a composite that passes a heuristic primality test is kown as a pseudoprimeMattias Andrée2016-07-241-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Make “You should already [...]” small and italicMattias Andrée2016-07-241-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add exercise: [▶02] Saturated subtractionMattias Andrée2016-07-241-1/+31
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add exercise: [▶M17] Factorials invertedMattias Andrée2016-07-242-7/+86
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add exercise: [05] Fast primality testMattias Andrée2016-07-241-0/+37
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add exercise: [M20] Reverse factorisation of factorialsMattias Andrée2016-07-231-1/+48
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add two exercises to the manualMattias Andrée2016-07-232-0/+98
| | | | | [M10] Convergence of the Lucas Number ratios [M12+] Factorisation of factorials
* Manual: jargon fixMattias Andrée2016-06-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: fix sign of example for zxorMattias Andrée2016-06-191-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: connectivesMattias Andrée2016-06-191-12/+63
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: remove text that should be been removed earlierMattias Andrée2016-06-191-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* doc: vulnerabilities concerning cryptographic applicationsMattias Andrée2016-06-191-4/+15
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: on bsdntMattias Andrée2016-06-191-2/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typos found by MarcMattias Andrée2016-06-141-14/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: Logic => ConnectivesMattias Andrée2016-06-061-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: lcm: warn that gcd may be zeroMattias Andrée2016-06-061-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix typoMattias Andrée2016-06-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: minor text fixMattias Andrée2016-06-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Forgot to stage updateMattias Andrée2016-06-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: extended gcd calculates two values for free, which most implementations ignoreMattias Andrée2016-06-021-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* More on stuff that will not be includedMattias Andrée2016-06-021-0/+11
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix some textMattias Andrée2016-06-021-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* On bit testMattias Andrée2016-06-021-2/+35
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Some commentsMattias Andrée2016-06-023-8/+67
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: simplify licenseMattias Andrée2016-06-021-10/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: division algorithmMattias Andrée2016-06-011-2/+14
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Manual: on divisionMattias Andrée2016-06-011-1/+185
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Misc work on the manualMattias Andrée2016-05-162-3/+149
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* On bit-splittingMattias Andrée2016-05-141-1/+45
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Division is truncated, not flooredMattias Andrée2016-05-141-9/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Reorder sectionsMattias Andrée2016-05-141-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>