Recursive function: Difference between revisions

Content deleted Content added
linking through (new) redirects, for clarification
top: typo
Line 1:
'''Recursive function''' may refer to:
*[[Recursive function (programming)]], a procedure or subroutine that references itself
*[[Recursive function (computability)]], a member of a class of functions defined over the integers, which may be used for defining what is computable
** [[Primitive recursive function]] a subclass of the preceding