[package]
name = "float_approx_math"
version = "0.1.0"
edition = "2021"
license = "MIT"
keywords = ["math", "float", "const", "compile-time", "approximation"]
categories = ["algorithms", "mathematics"]
description = "A math library for compile-time floating-point approximations (sqrt, sin, cos, etc...)"
repository = "https://github.com/sigurd4/float_approx_math"
[dependencies]
moddef = "0.2.2"
array_trait = "0.5.15"
polynomial_ops = "0.1.2"
[dev-dependencies]
plotters = "0.3.5"
linspace = "0.1.0"