Recursive function: Difference between revisions

Content deleted Content added
m fix plurals; trivial change
m Added link to "computable function"
 
(30 intermediate revisions by 25 users not shown)
Line 1:
'''Recursive function''' may refer to:
* A [[computableRecursive function (programming)]], a function that can bewhich effectivelyreferences calculated.itself
* A [[Mu-recursiveGeneral function|μ-recursive function]], a particular formal model of computable functionspartial usingfunction primitivefrom recursionnatural andnumbers theto μnatural operator.numbers
**[[Primitive recursive function]], a function which can be computed with loops of bounded length
* A function implemented in a programming language allowing for [[recursion (computer science)|recursive function calls]].
*Another name for [[computable function]]
* A function using some other form of [[recursion]].
 
==See also==
*[[Recurrence relation]], an equation which defines a sequence from initial values
*[[Recursion theory]], the study of computability
 
{{disambig}}
 
[[Category:Recursion]]