1
2
3
4
5
//! 数学っぽいもの
pub mod euclid;
pub mod miller_rabin;
pub mod mod_pow;
pub mod permutation;