p8

Type Alias p8 

Source
pub type p8 = Posit<8, 2, i8>;
Expand description

Standard-defined 8-bit posit (with 2-bit exponent).

Aliased Typeยง

pub struct p8(/* private fields */);