cycle_floyd_test


cycle_floyd_test, a C++ code which calls cycle_floyd() to analyze a cycle in an iterated function sequence using Floyd's method.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

cycle_floyd, a C++ code which carries out an iterated function evaluation, and seeks to determine the nearest element of a cycle, and the cycle's length, using Floyd's method.

Source Code:


Last revised on 23 February 2020.