[package] name = "irox-fixedmath" description = "Fixed Precision Math Primitives" keywords = ["irox", "math", "fixed-precision"] categories = ["embedded", "mathematics", "no-std::no-alloc"] version= "0.1.1" edition.workspace = true authors.workspace = true homepage.workspace = true license.workspace = true exclude.workspace = true repository.workspace = true readme = "README.md" [lints] workspace = true [dependencies] irox-tools.workspace = true [dev-dependencies] irox-tools.workspace = true