DynamicPolynomials.jl icon indicating copy to clipboard operation
DynamicPolynomials.jl copied to clipboard

Non-`Int` exponents

Open AayushSabharwal opened this issue 4 months ago • 1 comments

Could the relevant types (Monomial, MonomialVector, Polynomial) be made parametric to allow non-Int exponents? Possibly even non-integer ones (acknowledging that non-integer exponents lose access to some algorithms)?

AayushSabharwal avatar Aug 07 '25 02:08 AayushSabharwal

What would be the use case for this ? I try to keep the code as simple as possible and only add complication when there is a compelling use case :)

blegat avatar Aug 09 '25 05:08 blegat