polymath 0.3.0

Make math in Rust more powerful! (New math datatypes, traits, functions, etc...)
Documentation
[dependencies]

[package]
authors = ["Jackson Novak <jacksonnovak@proton.me>"]
description = "Make math in Rust more powerful! (New math datatypes, traits, functions, etc...)"
edition = "2021"
license = "MIT"
name = "polymath"
readme = "README.md"
repository = "https://gitlab.com/oglo-crates/polymath"
version = "0.3.0"
[profile.bench]
debug = 1
lto = "thin"
strip = false

[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
strip = true