Crate fixed2float
source ·Expand description
Fixed point to float an vice versa conversion utility. Use the Q (Qm.n) and the VisSim (Fxm.b) notations.
Structs
Traits
Functions
- Convert
x(f64) into fixed point format (Qm.n), if possible. - Compute the real value represented by
bits. - to_float_strDeprecatedCompute the real value represented by
bits(str).