We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384264c commit 68598a4Copy full SHA for 68598a4
src/check.rs
@@ -8,6 +8,8 @@ use crate::integer_math::{mod_mul, mod_pow};
8
/// Does trial division with a small wheel up to `log2(n)` and then uses a
9
/// deterministic Miller-Rabin primality test.
10
///
11
+/// If the `fast_test` feature is enabled this function calls the [`machine_prime::is_prime`] function with the `lucas` feature instead.
12
+///
13
/// # Example
14
15
/// Basic usage:
0 commit comments