Skip to main content

P32

Type Alias P32 

Source
pub type P32<const F: i8> = Q<u32, u64, F>;
Expand description

Fixed point u32 with u64 accumulator

Aliased Typeยง

pub struct P32<const F: i8> { /* private fields */ }