Crates.io | fixed2float |
lib.rs | fixed2float |
version | 4.0.1 |
source | src |
created_at | 2022-01-22 10:03:14.602885 |
updated_at | 2023-08-13 16:30:03.976449 |
description | Fixed point to floating point conversion utility |
homepage | |
repository | https://github.com/urbanij/fixed2float |
max_upload_size | |
id | 519101 |
size | 28,309 |
Simple utility for fixed point to real number conversions, using the VisSim (Fxm.b) and Q (Qm.n) notation.
cargo add fixed2float
pip install fixed2float
example.py (Python)
examples folder (Rust)