Recursive function
Appearance
Recursive function may refer to:
- Computable functions, the functions that can be effectively calculated.
- μ-recursive functions, a particular formal model of computable functions using primitive recursion and the μ operator.
- Functions implemented in programming languages allowing for recursive function calls.
- Functions using some other form of recursion.