Пример #1
0
 public Polynomial(Polynomial polynomial)
 {
     this.coefficients = new List <RationalFraction>(polynomial.coefficients);
 }