Crates.io | mathrs |
lib.rs | mathrs |
version | 0.0.6 |
source | src |
created_at | 2020-06-10 15:30:55.940558 |
updated_at | 2020-07-18 00:15:47.825184 |
description | Scientific, numeric and symbolic mathematical crate for computing with Rust. |
homepage | https://mathrs.github.io/ |
repository | https://github.com/mathrs/mathrs |
max_upload_size | |
id | 252402 |
size | 119,628 |
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.
You can install mathrs on your project by inserting the following on your Cargo.toml
file:
[dependencies]
mathrs = "*"
For more resources on how to get started with this project, pre-made solutions and other resources, check out the MathRS Cookbook!
The official documentation of mathrs is available on the docs.rs website.
For a documentation with more examples and tutorials, check the documentation at the GitHub Pages website.
mathrs is provided under the Apache 2.0 license. See LICENSE. These files may not be copied, modified, or distributed except according to those terms.