Collatz.FailedSaneParameterCheck |
Thrown when either P , the modulus, or a , the multiplicand, are zero.
|
Collatz.HailstoneSequence |
Contains the results of computing a hailstone sequence via Collatz.hailstoneSequence(~) .
|
Collatz.SaneParameterErrMsg |
Error message constants, to be used as input to the FailedSaneParameterCheck.
|
Collatz.SequenceState |
SequenceState for Cycle Control: Descriptive flags to indicate when some event occurs in the
hailstone sequences or tree graph reversal, when set to verbose, or stopping time check.
|
Collatz.TreeGraph |
Contains the results of computing the Tree Graph via Collatz.treeGraph(~) .
|
Collatz.TreeGraphNode |
Nodes that form a "tree graph", structured as a tree, with their own node's value,
as well as references to either possible child node, where a node can only ever have
two children, as there are only ever two reverse values.
|