mathease 0.0.1

A practical mathematical toolbox for Rust.
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Freedeaths <register917@gmail>"]
description = "A practical mathematical toolbox for Rust."
edition = "2021"
keywords = ["math", "mathematics"]
license = "MIT"
name = "mathease"
repository = "https://github.com/Freedeaths/mathease-rs"
version = "0.0.1"