public override IResidue <ulong> Power(ulong x) { r = IntegerMath.ModularPower(r, x, reducer.modulus); return(this); }