mathol 0.1.1

Math library in Rust
Documentation
1
2
3
4
5
6
#[derive(Debug, PartialEq)]
pub enum Solvable {
    OneSolution,
    InfiniteSolutions,
    NoSolution,
}