Crates.io Crates.io

About

Important! This project is still in early development! All of its features implemented over the minor versions are fully working, but prone to changes.

mathrs is a scientific, numeric and symbolic mathematical crate for computing with Rust.

Features

Installation

You can install mathrs on your project by inserting the following on your Cargo.toml file:

toml [dependencies] mathrs = "*"

Documentation

You can check the documentation of mathrs on the official docs.rs website.

For a documentation with more examples and tutorials, check the documentation at the GitHub Pages website.

License

mathrs is provided under the MIT license. See LICENSE. These files may not be copied, modified, or distributed except according to those terms.