1 2 3 4 5 6 7
mod basic; mod newton_cotes; mod romberg; pub use basic::*; pub use newton_cotes::*; pub use romberg::*;