Jump to content

Recursive function

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by JohnShep (talk | contribs) at 17:52, 5 November 2006 (Redefined general computing recursion and removed dupe). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Recursive function may refer to:

  • A recursive function, a function implemented in a programming language, which references itself.
  • A μ-recursive function, a particular formal model of computable functions using primitive recursion and the μ operator.
  • A function using some other form of recursion.