2 releases

Uses old Rust 2015

0.1.1 Feb 20, 2018
0.1.0 Feb 20, 2018

#15 in #stochastic

MIT license

135KB
2K SLoC

mathol

mathol crate

mathol is a crate for mathematic operations written in Rust. mathol currently provides basic operations for geometry, statistics, stochastics, vector algebra and matrice operations for easy use. mathol is available on crates.io.

Using mathol

To use mathol, add to your Cargo.toml:

[dependencies]
mathol = "0.1.0"

and then the following to your lib.rs or main.rs:

extern crate mathol;

License

mathol is distributed under the terms of the MIT license. See LICENSE-MIT for details. Opening a pull requests is assumed to signal agreement with these licensing terms.

Dependencies

~245KB