Example #1
0
 public Polynomial Add(Polynomial other, double factorB)
 {
     return(Coefficients.VectorAddition(other.Coefficients, factorB));
 }