[package]
name = "const_poly"
version = "0.0.2"
authors = ["akathail <anmolkathail@gmail.com>"]
edition = "2024"
description = "Evaluate any multivariable equation or polynomial at compile time with high accuracy and zero runtime overhead."
repository = "https://github.com/kmolan/const_poly"
license = "MIT"
readme = "README.md"
keywords = ["compile-time", "polynomial", "math", "symbolic", "metaprogramming"]
[badges]
maintenance = { status = "actively-developed" }
[dev-dependencies]
static_assertions = "1.1.0"