5 lines
78 B
Text
5 lines
78 B
Text
modpow =: {{ m&|@^ }}
|
|
isCurzon =: {{
|
|
z =: >: x * y
|
|
z = >: x z modpow y
|
|
}}
|