Esempio n. 1
0
 /* reduce all components of this mod Modulus */
 public void Reduce()
 {
     a.Reduce();
     b.Reduce();
 }