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 langauges allowing for recursive function calls.