1
2
3
4
5
6
7
8
#![doc="Discrete mathematics
"]

pub use self::modular::*;
//pub use self::permutations::*;

mod modular;
pub mod permutations;