Skip to content

Commit 8009562

Browse files
committed
Implement modint
1 parent 2d43cf6 commit 8009562

File tree

2 files changed

+730
-0
lines changed

2 files changed

+730
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ pub(crate) mod internal_scc;
1818
pub(crate) mod internal_type_traits;
1919

2020
pub use fenwicktree::FenwickTree;
21+
pub use modint::{
22+
DynamicModInt, Id, Id0, IntoRepresentative, Mod1000000007, Mod998244353, ModInt,
23+
ModInt1000000007, ModInt998244353, Modulus, StaticModInt,
24+
};

0 commit comments

Comments
 (0)