Recursive function: Difference between revisions

Content deleted Content added
m summary
m Added link to "computable function"
 
(16 intermediate revisions by 14 users not shown)
Line 1:
'''Recursive function''' may refer to:
*[[RecursionRecursive function (computer scienceprogramming)]], a procedure or subroutine, implemented in a programming language, whosefunction implementationwhich references itself
*[[μ-General recursive function]], defined from a particular formal model of computable functionspartial usingfunction primitivefrom recursionnatural andnumbers theto μnatural operatornumbers
**[[Primitive recursive function]], a function which can be computed with loops of bounded length
*[[Computable function]], or total recursive function, a function computable by a [[turing_machine|Turing machine]]
*Another name for [[computable function]]
*[[Recurrence relation]], in mathematics, an equation that defines a sequence recursively.
 
==See also==
*[[Recurrence relation]], in mathematics, an equation thatwhich defines a sequence recursively.from initial values
*[[Recursive]]
*[[Recursion theory]], the study of computability
 
{{disambig}}
 
[[Category:Recursion]]
[[cs:Rekurzivní funkce]]