# aryth [![crate](https://img.shields.io/crates/v/aryth.svg)](https://crates.io/crates/aryth) [![documentation](https://docs.rs/aryth/badge.svg)](https://docs.rs/aryth) [![minimum rustc 1.48](https://img.shields.io/badge/rustc-1.48+-red.svg)](https://rust-lang.github.io/rfcs/2495-min-rust-version.html) [![build status](https://github.com/rust-num/aryth/workflows/master/badge.svg)](https://github.com/rust-num/aryth/actions) Basic math and statistics tools ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] aryth = ">=0.0.1" ``` and this to your crate root: ```rust extern crate aryth; ``` ## Compatibility The `aryth` crate is tested for rustc 1.48 and greater. ## License Licensed under * [MIT license](http://opensource.org/licenses/MIT)