p16

Type Alias p16 

Source
pub type p16 = Posit<16, 2, i16>;
Expand description

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

Aliased Typeยง

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