macro_rules! impl_mr {
($name:ident, $test:ident, $ty:ty, $upty:ty, [$($th:expr, [$($a:expr),+]),+], |$n:ident, $br:ident|$last:expr) => { ... };
}Expand description
http://miller-rabin.appspot.com/
macro_rules! impl_mr {
($name:ident, $test:ident, $ty:ty, $upty:ty, [$($th:expr, [$($a:expr),+]),+], |$n:ident, $br:ident|$last:expr) => { ... };
}http://miller-rabin.appspot.com/