Added powmod in utility and PowerMod in the sintax and semantics of MiniImp

This commit is contained in:
elvis
2024-10-07 14:13:28 +02:00
parent f40428251a
commit 27c82f6357
5 changed files with 19 additions and 2 deletions

View File

@ -1 +1,3 @@
val pow : int -> int -> int
val powmod : int -> int -> int -> int