eqsolver 0.4.0

A library that solves equations using numerical methods
Documentation
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;