Module malachite_base::rational_sequences
source · Expand description
RationalSequence
, a type representing a sequence that
is finite or eventually repeating, just like the digits of a rational number.
Modules§
- Functions for getting and setting elements in a
RationalSequence
. - Functions for comparing
RationalSequence
s. - Functions for converting a
RationalSequence
s to and from aVec
or a slice. - Functions for generating all
RationalSequence
s over a set of elements. - Functions for displaying a
RationalSequence
.
Structs§
- A
RationalSequence
is a sequence that is either finite or eventually repeating, just like the digits of a rational number.