wip flat representation of polynomial over Z

This commit is contained in:
2026-04-22 00:20:59 +02:00
commit 6a8312dfe4
8 changed files with 314 additions and 0 deletions

2
src/poly/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod flat;
pub mod var;