Non-recursive function: Difference between revisions

Content deleted Content added
Created page with ''''Non-recursive function''' might refer to: * Recursion (computer science): a procedure or subroutine, implemented in a programming language, whose implementat...'
 
redirecting duplicate page
Tags: New redirect Disambiguation links added
 
(6 intermediate revisions by 6 users not shown)
Line 1:
*#REDIRECT [[Recursive function]]
'''Non-recursive function''' might refer to:
* [[Recursion (computer science)]]: a procedure or subroutine, implemented in a programming language, whose implementation references itself
* [[μ-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|Turing machine]]
 
==See also==
 
* [[Recursive]]
 
{{disambig}}
 
[[cs:Rekurzivní funkce]]