ucsb-cs56-projects / cs56-utilities-grapher

-
0 stars 3 forks source link

Add graphing of polynomials up to degree 5 #9

Closed pconrad closed 10 years ago

pconrad commented 10 years ago

Add an interface where you can input the degree of a polynomial, then the coeffients of the terms.

Maximum degree 5 for now, but if possible... write the code in such a way that someone later might be able to increase that.

~estimated 300