moma 0.2.3

Moving Origin Modular Arithmetic (MOMA), a library for modeling complex systems
Documentation
[dependencies.plotters]
version = "0.3.7"

[dependencies.rand]
version = "0.9.2"

[lib]
name = "moma"
path = "src/lib.rs"

[package]
authors = ["Neil Crago"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Moving Origin Modular Arithmetic (MOMA), a library for modeling complex systems"
edition = "2024"
include = ["src/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["modulo", "Mathematics", "complex-systems", "number-theory", "bioinformatics"]
license = "MIT OR Apache-2.0"
name = "moma"
readme = "README.md"
repository = "https://github.com/neil-crago/moma"
version = "0.2.3"