Module dashu::rational

source ·
Expand description

Arbitrary precision rational number

Modules§

  • Re-exported relevant operator traits from dashu-base

Structs§

  • An arbitrary precision rational number.
  • An arbitrary precision rational number without strict reduction.

Type Aliases§

  • The primitive integer type used to construct the big integers, guaranteed to be a rust built-in unsigned integer type.