1
2
3
4
5
mod lagrange;
mod newton;

pub use lagrange::lagrange_interpolation;
pub use newton::newton_interpolation;