algexenotation 0.3.0

An implementation of Algexenotation in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.num-prime]
features = ["big-table"]
version = "0.2.0"
[dev-dependencies.rand]
version = "0.8.5"

[package]
authors = ["bvssvni <bvssvni@gmail.com>"]
description = "An implementation of Algexenotation in Rust"
edition = "2021"
homepage = "https://github.com/advancedresearch/algexenotation"
keywords = ["mathematics", "number", "theory", "advancedresearch"]
license = "MIT"
name = "algexenotation"
readme = "README.md"
repository = "https://github.com/advancedresearch/algexenotation.git"
resolver = "2"
version = "0.3.0"