Skip to content

olmanz/mathol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages