num::bigint::DoubleBigDigit
[−]
[src]
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.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).