#fixed #float #real-number #q-format

fixed2float

Fixed point to floating point conversion utility

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

#1 in #real-number

MIT license

27KB
509 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