lib_rapid 0.7.0

LibRapid - a library specifically built for mathematical calculations and scientific applications.
Documentation
1
2
3
4
//! Different kinds of equations.
pub mod quadratic;
pub mod linear;
pub mod polynomial;