Exemplo n.º 1
0
 public IResidue <BigInteger> Power(BigInteger x)
 {
     ReductionHelper.Power(this, x);
     return(this);
 }
Exemplo n.º 2
0
 public virtual IResidue <TValue> Power(TValue x)
 {
     ReductionHelper.Power(this, x);
     return(this);
 }