Macrosยง
- impl_
bigint_ ๐from_ int - impl_
bigint_ ๐from_ uint - impl_
to_ ๐bigint - impl_
try_ ๐from_ bigint
Functionsยง
- from_
signed_ ๐bytes_ be - from_
signed_ ๐bytes_ le - to_
signed_ ๐bytes_ be - to_
signed_ ๐bytes_ le - twos_
complement ๐ - Perform in-place twoโs complement of the given digit iterator starting from the least significant byte.
- twos_
complement_ ๐be - Perform in-place twoโs complement of the given binary representation in big-endian byte order.
- twos_
complement_ ๐le - Perform in-place twoโs complement of the given binary representation, in little-endian byte order.