Module num::bigint::big_digit[][src]

Constants

BASE
BITS
ZERO_BIG_DIGIT

Functions

from_doublebigdigit

Split one DoubleBigDigit into two BigDigits.

to_doublebigdigit

Join two BigDigits into one DoubleBigDigit

Type Definitions

BigDigit

A BigDigit is a BigUint's composing element.