File recrfncs.icn

Summary

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

	File:     recrfncs.icn

	Subject:  Procedures for recursive functions

	Author:   Ralph E. Griswold

	Date:     December 5, 1995

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

   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

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

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

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

  Links:  numbers

###########################################################################
Procedures:
acker, fib, g, q

Links:
numbers.icn

This file is part of the (main) package.

Source code.

Details
Procedures:

acker(i, j)


fib(i)


g(k, n)


q(i)



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