Crates.io PyPI

fixed2float

Simple utility for fixed point to real number conversions, using the Q notation*.

Usage

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

Examples

See example.py or example/basic.rs

Screencast

asciicast

Similar projects


*: sign is omitted here