Recursive function: Difference between revisions

Content deleted Content added
Epbr123 (talk | contribs)
m Reverted edits by 70.20.128.142 to last version by Xyzzyplugh (huggle)
Removed tenuous entry; No pipes, per WP:MOSDAB; Added See also recursive
Line 1:
'''Recursive function''' may refer to:
* A [[recursionRecursion (computer science)|recursive function]]: a procedure or subroutine, implemented in a programming language, whose implementation references itself
* A [[Mu-recursive function|μ-recursive function]], defined from a particular formal model of computable functions using primitive recursion and the μ operator
* [[Computable function]], or total recursive function, a function computable by a Turing machine
* A function computable by a Turing machine, as a synonym for [[computable function]]
 
* A function using some other form of [[recursion]]
==See also==
 
* [[Recursive]]
 
{{disambig}}