pub type Q8F7 = FixedI16<U7>;Expand description
Q8.7 fixed-point type (8 integer bits, 7 fractional bits, i16-backed).
Used by results that don’t fit q15’s [-1.0, 1.0) range, such as
crate::audio::fast_log2_q15’s base-2 logarithm output.
Aliased Type§
pub struct Q8F7 { /* private fields */ }