p64

Type Alias p64 

Source
pub type p64 = Posit<64, 2, i64>;
Expand description

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

Aliased Typeยง

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