def pcrRPow(self, number): return operations.pcrpow(number, self)
def pcrPow(self, field): return operations.pcrpow(self, field)