recrfncs.icn: Procedures for recursive functions

link recrfncs
December 5, 1995; Ralph E. Griswold
See also: fastfncs.icn, iterfncs.icn, and memrfncs.icn
This file is in the public domain.

These procedures implement commonly referenced ``text-book''
recursively defined functions.

     acker(i, j)     Ackermann's function
     fib(i)          Fibonacci sequence
     g(k, i)         generalized Hofstader nested recurrence
     q(i)            chaotic sequence

Source code | Program Library Page | Icon Home Page