mathrc 0.2.6

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.6"
edition = "2021"
readme = "README.md"
license = "GPL-3.0"
keywords = ["math", "mathematics"]
homepage = "https://mathrc.onsaenaro.site"
repository = "https://github.com/as7ar/mathrc"

[dependencies]
num-bigint = "0.4.6"
num-traits = "0.2.19"