Skip to main content

P8

Type Alias P8 

Source
pub type P8<const F: i8> = Q<u8, u16, F>;
Expand description

Fixed point u8 with u16 accumulator

Aliased Typeยง

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