//! mathematic related functions and structs
//!
//! * [`Comb`](struct.Comb.html) - calculate combinations
//! * [`Mint`](struct.Mint.html), [`Mint107`](type.Mint107.html), [`Mint109`](type.Mint109.html),
//! [`Mint998`](type.Mint998.html) - wrapper of integer that automatically call modulo operations
pub use Comb;
pub use ;
pub use ;
pub use ;
pub use ;