We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
modint
1 parent 2d43cf6 commit 8009562Copy full SHA for 8009562
src/lib.rs
@@ -18,3 +18,7 @@ pub(crate) mod internal_scc;
18
pub(crate) mod internal_type_traits;
19
20
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