1
2
3
4
5
6
7
8
9
10
11
12
pub mod table;
pub mod matrix;
pub mod logic;
pub mod compare;
pub mod math;

#[cfg(feature = "stdlib")]
pub mod math_update;
#[cfg(feature = "stdlib")]
pub mod stats;
#[cfg(feature = "stdlib")]
pub mod set;