Type Alias fixed::types::I2F126

source ·
pub type I2F126 = FixedI128<U126>;
Expand description

FixedI128 with two integer bits and 126 fractional bits.

Aliased Type§

struct I2F126 { /* private fields */ }