[go: up one dir, main page]

cordic 0.1.0

Special functions for fixed-point numbers using the CORDIC method.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "cordic"
version = "0.1.0"
dependencies = [
 "fixed",
]

[[package]]
name = "fixed"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f32ca1abdbb21d63a3e02a658a9e3001b172f13c8b46724299e21190c5ee5041"
dependencies = [
 "typenum",
]

[[package]]
name = "typenum"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"