[package] name = "safeeft" version = "0.0.5" authors = ["GNQG"] readme = "README.md" license = "MIT" description = "Safe and branchless error-free transformation algorithms for floating point numbers." repository = "https://github.com/GNQG/safeeft" keywords = ["math", "number", "float", "eft"] categories = ["algorithms"] [dependencies] num-traits = "^0.1.40" fma = {version = "^0.1.0", optional = true} float-traits = "^0.0.3" [dev-dependencies] rand = "^0.3.18" [features] doc = ["fma"] use-fma = ["fma"]