[−][src]Type Definition num::bigint::big_digit::DoubleBigDigit
type DoubleBigDigit = u64;
A DoubleBigDigit
is the internal type used to do the computations. Its
size is the double of the size of BigDigit
.
type DoubleBigDigit = u64;
A DoubleBigDigit
is the internal type used to do the computations. Its
size is the double of the size of BigDigit
.