Skip to content

Commit bac7f67

Browse files
committed
Undo the document modification
1 parent b473a61 commit bac7f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modint.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ impl Id for DefaultId {
456456
}
457457
}
458458

459-
/// $(m, \lceil 2^{64}/m \rceil)$ for barrett reduction.
459+
/// Pair of _m_ and _ceil(2⁶⁴/m)_.
460460
pub struct Barrett {
461461
m: AtomicU32,
462462
im: AtomicU64,

0 commit comments

Comments
 (0)