1
2
3
4
5
6
pub mod integers;
pub mod floats;
pub mod single;
pub mod double;
pub mod dataframe;
pub mod equation;