Recursive function: Difference between revisions

Content deleted Content added
No edit summary
m fix plurals; trivial change
Line 2:
* A [[computable function]], a function that can be effectively calculated.
* A [[Mu-recursive function|μ-recursive function]], a particular formal model of computable functions using primitive recursion and the μ operator.
* A function implemented in a programming languageslanguage allowing for [[recursion (computer science)|recursive function calls]].
* A functionsfunction using some other form of [[recursion]].
 
{{disambig}}