A Series to Polynomial Converter

This page demonstrates a technique/algorithmn I developed in highschool to solve this sort of problem. My highschool math teacher had never heard of it before and had to look for it in the Journals of the ACM to see if anyone had ever published it before. It turns out some French guy in the mid 1700’s figured it out too. Well I finally turned it into a program. I took about 60 lines of code for the entire algorithmn (including blank lines and comments).

use the form: 3x^3 -4x^2 +5x^1 -3

exponents are currently limited to 9