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.
1 parent 2843c8e commit 80a7ab5Copy full SHA for 80a7ab5
src/modint.rs
@@ -4,7 +4,7 @@
4
//!
5
//! - Converted the struct names to PascalCase.
6
//! - Renamed `mod` → `modulus`.
7
-//! - Moduluses are `u32`, not `i32`.
+//! - Moduli are `u32`, not `i32`.
8
//! - `Id`s are `usize`, not `i32`.
9
//! - The default `Id` is `0`, not `-1`.
10
//! - The type of the argument of `pow` is `u64`, not `i64`.
0 commit comments