Jump to content

Recursive function

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by CBM (talk | contribs) at 14:21, 16 July 2006 (Disambiguation). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Recursive function may refer to:

  • Computable functions, the functions that can be effectively calculated.
  • μ-recursive functions, a particular formal model of computable functions using primitive recursion and the μ operator.
  • Functions implemented in programming langauges allowing for recursive function calls.