mathol

Crates.iomathol
lib.rsmathol
version0.1.1
sourcesrc
created_at2018-02-20 14:58:20.99762
updated_at2018-02-20 15:25:39.509044
descriptionMath library in Rust
homepagehttps://github.com/olmanz/mathol
repositoryhttps://github.com/olmanz/mathol
max_upload_size
id52071
size250,213
(olmanz)

documentation

README

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.

Commit count: 45

cargo fmt