2021-11-30 17:55:39 +01:00

5 lines
82 B
Rust

#![allow(clippy::module_inception)]
pub(crate) mod division;
pub mod polynomial;