Module 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§

access
Functions for getting and setting elements in a RationalSequence.
cmp
Functions for comparing RationalSequences.
conversion
Functions for converting a RationalSequences to and from a Vec or a slice.
exhaustive
Functions for generating all RationalSequences over a set of elements.
to_string
Functions for displaying a RationalSequence.

Structs§

RationalSequence
A RationalSequence is a sequence that is either finite or eventually repeating, just like the digits of a rational number.