Chinese remainder theorem: Difference between revisions

Line 1,144:
{{trans|C}}
<syntaxhighlight lang="text">
funcproc mul_inv a b . x1 .
b0 = b
x1 = 1
Line 1,162:
.
.
funcproc remainder . n[] a[] r .
prod = 1
sum = 0
2,069

edits