A simple mathematics library written in Rust
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] mathru = "0.0.1"
and this to your crate root:
rust extern crate mathru;
Any contribution is welcome!