p32

Type Alias p32 

Source
pub type p32 = Posit<32, 2, i32>;
Expand description

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

Aliased Typeยง

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