#fixed #float #q-format

fixed2float

Fixed point to floating point conversion utility

12 releases (7 stable)

new 4.0.0-rc1 May 8, 2023
3.0.0 Jun 29, 2022
3.0.0-rc1 Apr 9, 2022
2.0.4 Mar 14, 2022
0.1.2 Jan 23, 2022

#2 in #fixed-point

35 downloads per month

MIT license

23KB
443 lines

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

No runtime deps