const_poly 0.0.5

Evaluate any multivariable equation or polynomial at compile time with high accuracy and zero runtime overhead.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "const_poly"

version = "0.0.5"

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" # For const_assert! macro in tests



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html