float_approx_math 0.1.6

A math library for compile-time floating-point approximations (sqrt, sin, cos, etc...)
[dependencies.array_trait]
optional = true
version = "^0.6.17"

[dependencies.moddef]
version = "^0.2.2"

[dependencies.polynomial_ops]
optional = true
version = "^0.1.5"
[dev-dependencies.array_trait]
version = "^0.6.17"

[dev-dependencies.linspace]
version = "^0.1.0"

[dev-dependencies.plotters]
version = "^0.3.5"

[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.6"