Crates.io | mathol |
lib.rs | mathol |
version | 0.1.1 |
source | src |
created_at | 2018-02-20 14:58:20.99762 |
updated_at | 2018-02-20 15:25:39.509044 |
description | Math library in Rust |
homepage | https://github.com/olmanz/mathol |
repository | https://github.com/olmanz/mathol |
max_upload_size | |
id | 52071 |
size | 250,213 |
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.
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;
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.