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§
- to_Fx
- to_Q
- to_
fixed - Convert
x
(f64) into fixed point format (Qm.n), if possible. - to_
float - Compute the real value represented by
bits
. - to_
float_ str Deprecated - Compute the real value represented by
bits
(str).