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