1 2 3 4 5 6 7
mod fdnewton; mod newton; mod secant; pub use fdnewton::FDNewton; pub use newton::Newton; pub use secant::Secant;