hex

6.2. Integer polynomial type🔗

There is no new structure: an integer polynomial is just a normalized dense polynomial with Int coefficients, so the whole HexPoly API (constructors, arithmetic, evaluation, Euclidean division over Rat) is available unchanged. HexPolyZ adds operations for Hex.ZPoly.

🔗def
Hex.ZPoly : Type
Hex.ZPoly : Type

Integer polynomials represented by the dense normalized coefficient type from HexPoly.