Summary description for Polynomial.
Beispiel #1
0
 public Polynomial(Polynomial that)
 {
     this.coefficients = that.coefficients;
 }