Module num::bigint[src]
A Big integer (signed version: BigInt, unsigned version: BigUint).
A BigUint is represented as an array of BigDigits.
A BigInt is a combination of BigUint and Sign.
Modules
| BigDigit |
Structs
| BigInt | A big signed integer type. |
| BigUint | A big unsigned integer type. |
Enums
| Sign | A Sign is a |
Statics
pub static ZERO_BIG_DIGIT: BigDigit = 0 |
Traits
| RandBigInt | |
| ToBigInt | A generic trait for converting a value to a |
| ToBigUint | A generic trait for converting a value to a |
Type Definitions
| BigDigit | A |
| DoubleBigDigit | A |