Expand description

Implementations of traits for working with the digits of Rationals.

Modules

Functions for producing iterators over the digits of a Rational.

Functions for constructing a Rational from digits.

Functions for constructing a Rational from base-$2^k$ digits.

Functions for producing iterators over the base-$2^k$ digits of a Rational.

Functions for returning the digits of a Rational. The digits after the point are returned as a RationalSequence.

Functions for returning the base-$2^k$ digits of a Rational. The digits after the point are returned as a RationalSequence.