[dependencies.array_trait]
optional = true
version = "0.6.16"
[dependencies.moddef]
version = "0.2.2"
[dependencies.polynomial_ops]
optional = true
version = "0.1.4"
[dev-dependencies]
[features]
default = ["sin", "sqrt"]
no_array_trait = ["sqrt"]
sin = ["dep:polynomial_ops", "dep:array_trait"]
sqrt = []
[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.4"