Peter Müller
Results
2
comments of
Peter Müller
OK, but what about the Python built-in `pow(2, 3, 7)`? (`math.pow` doesn't do the modulo integer exponentiation.) Aren't the Python built-ins supposed to be usable in condon?
I'm using sets of frozen sets of integers. I tried to replace the frozen sets by tuples. But this fails due to missing hash values for the data type Array[int],...