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