13 releases (8 stable)
| 4.0.1 | Aug 13, 2023 |
|---|---|
| 4.0.0-rc1 | May 8, 2023 |
| 3.0.0 | Jun 29, 2022 |
| 2.0.4 | Mar 14, 2022 |
| 0.1.2 | Jan 23, 2022 |
#1451 in Algorithms
27KB
509 lines
fixed2float
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
- Interactive notebook
- example.py (Python)
- examples folder (Rust)