fjames86 / fpoly

Manipulate dense multivariate polynomials
0 stars 0 forks source link

allow single variable poly shortcut #8

Closed fjames86 closed 11 years ago

fjames86 commented 11 years ago

shortcut single variable polys by allowing (make-fpoly 'x ...) -> (make-fpoly '(x) ...) in code. would be just a nice little feature.

fjames86 commented 11 years ago

added