Recursive function: Difference between revisions

Content deleted Content added
No edit summary
m Added link to "computable function"
 
(17 intermediate revisions by 15 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]]
 
==See also==
*[[Recurrence relation]], an equation which defines a sequence from initial values
*[[Recursive]]
*[[Recursion theory]], the study of computability
 
{{disambig}}
 
[[Category:Recursion]]
[[cs:Rekurzivní funkce]]