JayantGandhi/Polynomial
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
jg492Poly.cpp Adds, Subtracts, and multiplies polynomials from an input file and then prints the result. It is designed to run on UNIX. See sample input file for the specific format the program accepts. 'p:' notes a polynomial where each pair of numbers relates to a term of the polynomial (first term = coefficient, second term = exponent) 'o:' notes an operator