Type Alias fixed::types::I3F125

source ·
pub type I3F125 = FixedI128<U125>;
Expand description

FixedI128 with three integer bits and 125 fractional bits.

Aliased Type§

struct I3F125 { /* private fields */ }