pub type P32<const F: i8> = Q<u32, u64, F>;
Fixed point u32 with u64 accumulator
u32
u64
pub struct P32<const F: i8> { /* private fields */ }