recursions
/R IY0 K ER1 ZH AH0 N Z/noun
- 1
The act of recurring.
- 2
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.โ
- 3
The invocation of a procedure from within itself.
โThis function uses recursion to compute factorials.โ
Translate โrecursionsโ into another language
Choose a language below to open the translator with English selected as the source language.
Source: https://en.wiktionary.org/wiki/recursion, https://en.wiktionary.org/wiki/recursions