1
2
3
4
//! Different kinds of equations.
pub mod quadratic;
pub mod linear;
pub mod polynomial;