index
:
libzahl
master
Big integer library
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
zmodpow.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-07-21
Use ar(1)'s s-flag instead of invoking ranlib(1)
Tom Schwindl
2
-3
/
+1
2016-11-30
Fix errors in the manual found by Ivan Zuboff
Mattias Andrée
2
-9
/
+10
2016-11-30
Fix errors in the manual (most of them found by Ivan Zuboff)
Mattias Andrée
5
-33
/
+34
2016-11-29
Fix errors in the manual (most of them found by Ivan Zuboff)
Mattias Andrée
8
-52
/
+68
2016-10-21
manual: fix truncated sentence
Mattias Andrée
1
-3
/
+3
2016-10-21
Add exercise: [M13] The totient from factorisation
Mattias Andrée
1
-0
/
+57
2016-07-30
Add exercise: [13] Modular generalised power towers
Mattias Andrée
1
-1
/
+70
2016-07-30
Fix typo
Mattias Andrée
1
-1
/
+1
2016-07-29
Add missing !
Mattias Andrée
1
-1
/
+1
2016-07-29
Add exercise: [HMP32] Modular tetration
Mattias Andrée
1
-4
/
+126
2016-07-29
Minor text fix
Mattias Andrée
1
-1
/
+1
2016-07-28
φ(−n) = φ(n), φ(1) = 1, φ(0) = 0
Mattias Andrée
1
-2
/
+6
2016-07-28
Fix small error in solution for [13] The totient
Mattias Andrée
1
-1
/
+1
2016-07-28
Add exercises:
Mattias Andrée
1
-0
/
+134
2016-07-28
Fix spacing
Mattias Andrée
1
-3
/
+3
2016-07-28
Fix difficulty ratings on exercises
Mattias Andrée
1
-3
/
+6
2016-07-27
Add exercice: [▶10] Modular powers of 2
Mattias Andrée
1
-0
/
+17
2016-07-25
Exercise solutions: the return type should be on the line above the function name, like in the rest of the manual
Mattias Andrée
1
-4
/
+8
2016-07-25
Manual refdup should not return int
Mattias Andrée
1
-1
/
+1
2016-07-25
Fix another error in the solution for Powers of the golden ratio
Mattias Andrée
1
-5
/
+7
2016-07-25
Fix a small error in the solution for Powers of the golden ratio
Mattias Andrée
1
-1
/
+1
2016-07-25
Fix typo
Mattias Andrée
1
-1
/
+1
2016-07-25
Manual: The Kronecker symbol
Mattias Andrée
1
-4
/
+56
2016-07-25
Manual: How to calculate the Jacobi symbol
Mattias Andrée
1
-3
/
+43
2016-07-25
Style fix
Mattias Andrée
1
-4
/
+4
2016-07-25
Manual: how to calculate the legendre symbol
Mattias Andrée
1
-1
/
+17
2016-07-25
Add exercise: [30] Powers of the golden ratio
Mattias Andrée
1
-0
/
+38
2016-07-25
Alternative solution for [20] Fast primality test with bounded perfection
Mattias Andrée
1
-0
/
+9
2016-07-25
Add exercise: [20] Fast primality test with bounded perfection
Mattias Andrée
1
-0
/
+36
2016-07-25
Add exercise: [11] Lucas–Lehmer primality test
Mattias Andrée
1
-0
/
+85
2016-07-24
Add pronunciation of Lucas
Mattias Andrée
1
-1
/
+1
2016-07-24
Add exercises: [10] Fermat primality test
Mattias Andrée
1
-0
/
+60
2016-07-24
Fix type of the last parameter for zptest in its man page
Mattias Andrée
1
-1
/
+1
2016-07-24
Fix typo
Mattias Andrée
1
-1
/
+1
2016-07-24
Saturated subtraction: { => r = }a ∸ b = .....
Mattias Andrée
1
-1
/
+1
2016-07-24
Mention that a composite that passes a heuristic primality test is kown as a pseudoprime
Mattias Andrée
1
-2
/
+3
2016-07-24
Make “You should already [...]” small and italic
Mattias Andrée
1
-2
/
+3
2016-07-24
Add exercise: [▶02] Saturated subtraction
Mattias Andrée
1
-1
/
+31
2016-07-24
Add exercise: [▶M17] Factorials inverted
Mattias Andrée
2
-7
/
+86
2016-07-24
Clean up bench/util.h
Mattias Andrée
3
-60
/
+67
2016-07-24
Rename bench/{benchmark.h => util.h}
Mattias Andrée
5
-6
/
+6
2016-07-24
Add exercise: [05] Fast primality test
Mattias Andrée
1
-0
/
+37
2016-07-23
Add exercise: [M20] Reverse factorisation of factorials
Mattias Andrée
1
-1
/
+48
2016-07-23
Add two exercises to the manual
Mattias Andrée
3
-1
/
+100
2016-06-22
update todo
Mattias Andrée
1
-0
/
+3
2016-06-19
Manual: jargon fix
Mattias Andrée
1
-1
/
+1
2016-06-19
Manual: fix sign of example for zxor
Mattias Andrée
1
-1
/
+1
2016-06-19
Manual: connectives
Mattias Andrée
1
-12
/
+63
2016-06-19
Manual: remove text that should be been removed earlier
Mattias Andrée
1
-2
/
+1
2016-06-19
Add examples: sum, prod, avg, median
Mattias Andrée
4
-0
/
+173
[next]