1
2
3
4
5
6
7
8
pub mod interp;
pub mod spline;
pub mod newton;
pub mod utils;
pub mod bdf;
pub mod runge_kutta;
pub mod ode;
pub mod gauss_legendre;