Type Definition num::bigint::DoubleBigDigit
source · [−]pub type DoubleBigDigit = u64;
Expand description
A DoubleBigDigit
is the internal type used to do the computations. Its
size is the double of the size of BigDigit
.