mathrs

Crates.iomathrs
lib.rsmathrs
version0.0.6
sourcesrc
created_at2020-06-10 15:30:55.940558
updated_at2020-07-18 00:15:47.825184
descriptionScientific, numeric and symbolic mathematical crate for computing with Rust.
homepagehttps://mathrs.github.io/
repositoryhttps://github.com/mathrs/mathrs
max_upload_size
id252402
size119,628
Pedro Cabral (cabralski)

documentation

https://docs.rs/mathrs

README

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

  • Zero dependencies, and no unsafe code.
  • Strong and comprehensive documentation with examples.
  • Batteries included. Everything you need, ready to use.
  • Useful for multipurpose computing on fields such as physics and maths.
  • Has built-in functions, utilities, constants and much more!

Quick Installation

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

[dependencies]
mathrs = "*"

Syntax Sugar

Examples and Cookbook

For more resources on how to get started with this project, pre-made solutions and other resources, check out the MathRS Cookbook!

Documentation

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.

License

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.

Commit count: 0

cargo fmt