Data Update
This commit is contained in:
parent
e50b5c3114
commit
633b36288a
206 changed files with 4762 additions and 965 deletions
|
|
@ -32,7 +32,7 @@ F factor(BigInt n)
|
|||
V e = 0
|
||||
L
|
||||
V (div, rem) = divmod(nn, d)
|
||||
I bit_length(rem) > 0
|
||||
I bits:length(rem) > 0
|
||||
L.break
|
||||
nn = div
|
||||
e++
|
||||
|
|
@ -61,7 +61,7 @@ F moBachShallit58(BigInt a, BigInt n; pf)
|
|||
R mo
|
||||
|
||||
F moTest(a, n)
|
||||
I bit_length(a) < 100
|
||||
I bits:length(a) < 100
|
||||
print(‘ord(’a‘)’, end' ‘’)
|
||||
E
|
||||
print(‘ord([big])’, end' ‘’)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue