fjames86 / fpoly

Manipulate dense multivariate polynomials
0 stars 0 forks source link

libfpoly #22

Open fjames86 opened 11 years ago

fjames86 commented 11 years ago

need to implement a powers slot on the fpoly struct. it should behave in a similar way to the power lists in Lisp. With this added, it should be relatively easy to implement addition, multiplication and printing functions more or less following the same structure as the Lisp equivalents.