Module dashu::integer

source ·
Expand description

Arbitrary precision integer number

Modules§

  • Prepared divisor types for fast division
  • Integer formatting.
  • Modular arithmetic.
  • Re-exported relevant operator traits from dashu-base

Structs§

  • An signed arbitrary precision integer.
  • An unsigned arbitrary precision integer.

Enums§

  • An enum representing the sign of a number

Type Aliases§

  • The primitive integer type that has exactly double the size of Word.
  • The primitive integer type used to construct the big integers, guaranteed to be a rust built-in unsigned integer type.