[package] name = "cord-cordic" version = "0.1.0" edition = "2021" description = "CORDIC compiler and evaluator — pure shift-and-add arithmetic for trig IR" license = "MIT" repository = "https://github.com/pszsh/cord" keywords = ["cordic", "fixed-point", "arithmetic", "sdf"] categories = ["mathematics", "no-std"] [dependencies] cord-trig = { path = "../cord-trig" }