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 RationalSequences.
Functions for converting a RationalSequences to and from a Vec or a slice.
Functions for generating all RationalSequences over a set of elements.
Functions for generating random RationalSequences from 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.