Recursive function: Difference between revisions

Content deleted Content added
1 blue link per line on dabs
Adrianwn (talk | contribs)
reorganization+cleanup
Line 1:
'''Recursive function''' may refer to:
*[[Recursion (computer science)]], a procedure or subroutine, implemented in a programming language, whose implementation references itself
*A total [[computable function]], a function which is defined for all possible inputs
*[[μ-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
*[[Recurrence relation]], in mathematics, an equation that defines a sequence recursively
 
==See also==
*[[μ-recursive function]], defined from a particular formal model of computable functions using primitive recursion and the μ operator
*[[Recursive]]
*[[Recurrence relation]], in mathematics, an equation that defines a sequence recursively
 
{{disambig}}