[badges.maintenance]
status = "actively-developed"
[dev-dependencies.static_assertions]
version = "1.1.0"
[lib]
name = "const_poly"
path = "src/lib.rs"
[package]
authors = ["akathail <anmolkathail@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Evaluate any multivariable equation or polynomial at compile time with high accuracy and zero runtime overhead."
edition = "2024"
keywords = ["compile-time", "polynomial", "math", "symbolic", "metaprogramming"]
license = "MIT"
name = "const_poly"
readme = "README.md"
repository = "https://github.com/kmolan/const_poly"
version = "0.0.3"
[[test]]
name = "benchmarking_tests"
path = "tests/benchmarking_tests.rs"
[[test]]
name = "function_approximations_tests"
path = "tests/function_approximations_tests.rs"
[[test]]
name = "polynomial_tests"
path = "tests/polynomial_tests.rs"