Expand description
RationalSequence
, a type representing a sequence that
is finite or eventually repeating, just like the digits of a rational number.
Modules§
- access
- Functions for getting and setting elements in a
RationalSequence
. - cmp
- Functions for comparing
RationalSequence
s. - conversion
- Functions for converting a
RationalSequence
s to and from aVec
or a slice. - exhaustive
- Functions for generating all
RationalSequence
s over a set of elements. - to_
string - Functions for displaying a
RationalSequence
.
Structs§
- Rational
Sequence - A
RationalSequence
is a sequence that is either finite or eventually repeating, just like the digits of a rational number.