Module num::bigint

source · []

Modules

Structs

A big signed integer type.

A big unsigned integer type.

Enums

A Sign is a BigInt’s composing element.

Constants

Traits

A generic trait for converting a value to a BigInt.

A generic trait for converting a value to a BigUint.

Type Definitions

A BigDigit is a BigUint’s composing element.

A DoubleBigDigit is the internal type used to do the computations. Its size is the double of the size of BigDigit.