2020wmarvil/glibby

Polynomials of One Variable

Closed this issue · 0 comments

Details

Provide a Polynomial object in math/polynomial.h

Provide the following functions/overloads:

  • Polynomial addition (investigate Horner's method)
  • Polynomial subtraction
  • Polynomial multiplication
  • Polynomial division
  • Evaluation (via operator())
  • Root finding (start with these techniques)