fixed2float

Crates.iofixed2float
lib.rsfixed2float
version4.0.1
sourcesrc
created_at2022-01-22 10:03:14.602885
updated_at2023-08-13 16:30:03.976449
descriptionFixed point to floating point conversion utility
homepage
repositoryhttps://github.com/urbanij/fixed2float
max_upload_size
id519101
size28,309
Francesco Urbani (urbanij)

documentation

https://docs.rs/fixed2float

README

fixed2float

Crates.io PyPI codecov

Simple utility for fixed point to real number conversions, using the VisSim (Fxm.b) and Q (Qm.n) notation.

Usage

  • as a dependency of your Rust library
cargo add fixed2float
  • as a dependency of your Python library
pip install fixed2float

Examples

Commit count: 71

cargo fmt