Macrosยง
- impl_
biguint_ ๐from_ uint - impl_
biguint_ ๐try_ from_ int - impl_
to_ ๐biguint - impl_
try_ ๐from_ biguint
Functionsยง
- fls ๐
- Find last set bit fls(0) == 0, fls(u32::MAX) == 32
- from_
bitwise_ ๐digits_ le - from_
inexact_ ๐bitwise_ digits_ le - from_
radix_ ๐be - from_
radix_ ๐digits_ be - from_
radix_ ๐le - generate_
radix_ ๐bases - Generate tables of the greatest power of each radix that is less that the given maximum. These
are returned from
get_radix_base
to batch the multiplication/division of radix conversions on fullBigUint
values, operating on primitive integers as much as possible. - get_
half_ ๐radix_ base - Returns the greatest power of the radix for half the
BigDigit
bit size - get_
radix_ ๐base - Returns the greatest power of the radix for the
BigDigit
bit size - high_
bits_ ๐to_ u64 - ilog2 ๐
- to_
bitwise_ ๐digits_ le - to_
inexact_ ๐bitwise_ digits_ le - to_
radix_ ๐digits_ le - to_
radix_ ๐le - to_
str_ ๐radix_ reversed