Recursive function: Difference between revisions

Content deleted Content added
+1
Line 1:
'''Recursive function''' may refer to:
* A [[recursion (computer science)|recursive function]],: a functionprocedure or subroutine, implemented in a programming language, whichwhose implementation references itself.
* A [[Mu-recursive function|μ-recursive function]], defined from a particular formal model of computable functions using primitive recursion and the μ operator.
* A function computable by a Turing machine, as a synonym for [[computable function]].