recursion
Definition from Wiktionary, the free dictionary
Contents |
English [edit]
Etymology [edit]
From Latin recursiō (“the act of running back or again, return”), from recurrō (“run back; return”), from re- (“back, again”) + currō (“run”).
Pronunciation [edit]
- Rhymes: -ɜː(r)ʒən
Noun [edit]
recursion (plural recursions)
- The act of recurring.
- (mathematics) The act of defining an object (usually a function) in terms of that object itself.
- n! = n × (n − 1)! (for n > 0) or 1 (for n = 0) defines the factorial function using recursion.
- (computing) The calling of a function from within that same function.
- This function uses recursion to compute factorials.
Derived terms [edit]
Related terms [edit]
Translations [edit]
the act of recurring
in mathematics
- The translations below need to be checked and inserted above into the appropriate translation tables, removing any numbers. Numbers do not necessarily match those in definitions. See instructions at Help:How to check translations.