Difference between revisions of "Recursive function"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "'''Recursive function''' may refer to: * Recursion (computer science), a procedure or subroutine, implemented in a programming language, whose implementation refe...") |
Karl Jones (Talk | contribs) |
||
Line 2: | Line 2: | ||
* [[Recursion (computer science)]], a procedure or [[subroutine]], implemented in a [[programming language]], whose implementation references itself | * [[Recursion (computer science)]], a procedure or [[subroutine]], implemented in a [[programming language]], whose implementation references itself | ||
− | * A total computable function]], a computable function that is defined for all possible inputs | + | * A [[total computable function]], a computable function that is defined for all possible inputs |
* [[Primitive recursive function]] | * [[Primitive recursive function]] | ||
Latest revision as of 15:16, 19 September 2016
Recursive function may refer to:
- Recursion (computer science), a procedure or subroutine, implemented in a programming language, whose implementation references itself
- A total computable function, a computable function that is defined for all possible inputs
- Primitive recursive function
See also
External links
- Recursive function @ Wikipedia