Type Definition num::bigint::big_digit::DoubleBigDigit [−][src]
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.
