예제 #1
0
 public IResidue <BigInteger> Power(BigInteger x)
 {
     ReductionHelper.Power(this, x);
     return(this);
 }
예제 #2
0
 public virtual IResidue <TValue> Power(TValue x)
 {
     ReductionHelper.Power(this, x);
     return(this);
 }