Skip to content

urbanij/fixed2float

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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