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