MathRC
MathRC is a lightweight Rust mathematics library that provides basic mathematical utilities, fraction handling, functional analysis, and a simple arithmetic expression calculator.
Installation
Add MathRC to your Cargo.toml:
[]
= "0.2.0"
Or, if you want to use the Git repository directly:
[]
= { = "https://github.com/as7ar/mathrc" }
Status
MathRC is currently in early development. APIs may change as the library grows.
License
This project is licensed under the GPL-3.0 license.