mathrc 0.2.4

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

[dependencies]
rand = "0.10.1"