File iterfncs.icn

Summary

###########################################################################

	File:     iterfncs.icn

	Subject:  Procedures for recursive functions using iteration

	Author:   Ralph E. Griswold

	Date:     May 2, 2001

###########################################################################

   This file is in the public domain.

###########################################################################

  These procedures implement commonly referenced ``text-book''
  recursively defined functions, but using iteration.

	acker(i, j)	  Ackermann's function
	fib(i, j)	  Generalized Fibonacci (Lucas) sequence

###########################################################################

  See also:  fastfncs.icn, memrfncs.icn, and recrfncs.icn

###########################################################################
Procedures:
acker, fib

This file is part of the (main) package.

Source code.

Details
Procedures:

acker(i, j)


fib(i, m)

 generalized Fibonacci sequence



This page produced by UniDoc on 2021/04/15 @ 23:59:54.