Recursive function: Difference between revisions

Content deleted Content added
Bgeron (talk | contribs)
m Added link to "computable function"
 
(8 intermediate revisions by 6 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
*A total [[computableGeneral recursive function]], a functioncomputable whichpartial function isfrom definednatural fornumbers allto possiblenatural inputsnumbers
* *[[Primitive recursive function]], a function which can be computed with loops of bounded length
*Another name for [[computable function]]
 
==See also==
*[[Recurrence relation]], in mathematics, an equation thatwhich defines a sequence recursivelyfrom initial values
*[[μ-recursive function]], defined from a particular formal model of computable functions using primitive recursion and the μ operator
*[[Recursion theory]], the study of computability
*[[Recurrence relation]], in mathematics, an equation that defines a sequence recursively
 
{{disambig}}