Recursive function
Appearance
Recursive function may refer to:
- A recursive function, a function implemented in a programming language, which references itself.
- A μ-recursive function, a particular formal model of computable functions using primitive recursion and the μ operator.
- A function using some other form of recursion.