mathrc 0.2.0

Rust Mathematics Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "mathrc"
description = "Rust Mathematics Library"
version = "0.2.0"
edition = "2021"
readme = "README.md"
license = "GPL-3.0" # Why 3.0 not 3 Lol
license-file = "LICENSE"
keywords = ["math", "mathematics"]
homepage = "https://mathrc.onsaenaro.site"
repository = "https://github.com/as7ar/mathrc"

[dependencies]
rand = "0.10.1"