rnum 0.0.1

RNum is a cutting-edge library for advanced mathematical calculations, designed for efficient and fast numerical computations and data analysis. It offers Mathematica-like syntax in a pure Rust environment.
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 = "RNum is a cutting-edge library for advanced mathematical calculations, designed for efficient and fast numerical computations and data analysis. It offers Mathematica-like syntax in a pure Rust environment."
edition = "2021"
keywords = ["math", "calculus", "algorithms", "optimization"]
license = "MIT"
name = "rnum"
repository = "https://github.com/Vio-Eli/rnum"
version = "0.0.1"