Simple utility for fixed point to real number conversions, using the Q notation*.
toml
[dependencies]
fixed2float = { git = "https://github.com/urbanij/fixed2float" }
or
cargo add fixed2float
which will automatically fetch the most recent version from the registry.
sh
pip install fixed2float
See example.py
or example/basic.rs
*: sign is discarded here