fixed2float 0.1.0

Utility for fixed point to floating point conversion
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Francesco Urbani <francescourbanidue@gmail.com>"]
description = "Utility for fixed point to floating point conversion"
documentation = "https://docs.rs/fixed2float"
edition = "2021"
keywords = ["fixed", "float", "q-format"]
license = "MIT"
name = "fixed2float"
readme = "README.md"
repository = "https://github.com/urbanij/fixed2float"
resolver = "2"
version = "0.1.0"