Exemplo n.º 1
0
 public Polynomial Scale(double factor)
 {
     return(Coefficients.VectorScale(factor));
 }