Skip to content

Commit 1da6252

Browse files
committed
Add document for math
1 parent a8c306d commit 1da6252

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/math.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//! Number-theoretic algorithms.
2+
13
use crate::internal_math;
24

35
use std::mem::swap;

0 commit comments

Comments
 (0)