Module bigint

Source

Modulesยง

addition ๐Ÿ”’
bits ๐Ÿ”’
convert ๐Ÿ”’
division ๐Ÿ”’
multiplication ๐Ÿ”’
power ๐Ÿ”’
shift ๐Ÿ”’
subtraction ๐Ÿ”’

Macrosยง

impl_unsigned_abs ๐Ÿ”’

Structsยง

BigInt
A big signed integer type.

Enumsยง

CheckedUnsignedAbs ๐Ÿ”’
Sign
A Sign is a BigIntโ€™s composing element.

Traitsยง

ToBigInt
A generic trait for converting a value to a BigInt. This may return None when converting from f32 or f64, and will always succeed when converting from any integer or unsigned primitive, or BigUint.
UnsignedAbs ๐Ÿ”’