Skip to content

Commit

Permalink
Add document for math
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Oct 19, 2020
1 parent a8c306d commit 1da6252
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/math.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//! Number-theoretic algorithms.
use crate::internal_math;

use std::mem::swap;
Expand Down

0 comments on commit 1da6252

Please sign in to comment.