rme 0.1.0

RMe, short for Rust Math Engine, is a high-performance computer algebra system (CAS) library written in Rust, designed for efficient symbolic manipulation and complex mathematical computations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[lib]

[package]
authors = ["Eli Fischl <vio@ocf.berkeley.edu>", "Patrick Unick <dev_storm@winux.com>"]
description = "RMe, short for Rust Math Engine, is a high-performance computer algebra system (CAS) library written in Rust, designed for efficient symbolic manipulation and complex mathematical computations."
edition = "2021"
keywords = ["math", "cas", "symbolic", "algebra"]
license = "MIT"
name = "rme"
repository = "https://github.com/Vio-Eli/rme"
version = "0.1.0"