pub type DenomArray24 = DenomArray<24>;Expand description
Denominator representation that decomposes an integer as a product of the first 24 primes (up to 89), multiplied by a regular big integer when that’s not sufficient.
Aliased Type§
pub struct DenomArray24 { /* private fields */ }