[[bench]]
harness = false
name = "sin_cos"
[dependencies.fixed]
version = "1.23"
[dependencies.typenum]
version = "1.16"
[dev-dependencies.criterion]
version = "0.4"
[features]
default = ["std"]
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.2.0"