Skip to content

Commit

Permalink
feat: added series_inversion module
Browse files Browse the repository at this point in the history
  • Loading branch information
ariostas committed May 17, 2024
1 parent a9ae395 commit 6aa96cf
Show file tree
Hide file tree
Showing 3 changed files with 432 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pub mod misc;
pub mod polynomial;
pub mod pool;
pub mod semigroup;
pub mod series_inversion;

// Re-export the main structs
pub use polynomial::{
Expand Down
Loading

0 comments on commit 6aa96cf

Please sign in to comment.