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 f4cc976 commit 1ee2df3Copy full SHA for 1ee2df3
src/number_theory/euler_totient.rs
@@ -28,7 +28,6 @@ pub fn euler_totient(n: u64) -> u64 {
28
#[cfg(test)]
29
mod tests {
30
use super::*;
31
-
32
macro_rules! test_euler_totient {
33
($($name:ident: $test_case:expr,)*) => {
34
$(
0 commit comments