[[bench]]
harness = false
name = "sin_cos"
[dependencies.fixed]
version = "1.21"
[dependencies.num-traits]
default-features = false
features = ["i128"]
optional = true
version = "0.2.15"
[dependencies.typenum]
version = "1.14"
[dev-dependencies.criterion]
version = "0.4"
[features]
default = ["std"]
num_traits = ["dep:num-traits", "fixed/num-traits"]
std = ["fixed/std"]
[package]
categories = ["algorithms", "mathematics"]
description = "Some math traits and functions for `fixed` point numbers."
documentation = "https://docs.rs/fixed_math"
edition = "2021"
keywords = ["fixed", "math", "numerics"]
license = "MIT OR Apache-2.0"
name = "fixed_math"
readme = "README.md"
repository = "https://github.com/Zentropivity/fixed_math"
version = "0.1.0"