Type Definition rustc_apfloat::ieee::Limb [−][src]
type Limb = u128;
Expand description
Fundamental unit of big integer arithmetic, but also large to store the largest significands by itself.
type Limb = u128;
Fundamental unit of big integer arithmetic, but also large to store the largest significands by itself.