English
Etymology
Adjective
wikipedia
en-adj
- Drawing upon itself; as, the recursive nature of stories which borrow from each other
- mathematics uncomparable of an expression, each term of which is determined by applying a formula to preceding terms
- computing uncomparable of a program or function that calls itself
#:Example: the factorial function -
#:: f(0) = 1
#:: f(n) = n x f(n-1) for any natural number where n > 0
- comptheory uncomparable (Of a function) which can be computed by a theoretical model of a computer, in a finite amount of time
- comptheory uncomparable (Of a set) whose characteristic function is recursive (4)
Related terms
recursivity
recurrent
recurrence
recursion
Derived terms
recursive acronym
tail recursive
Translations
rfc-trans
Croatian: t-|hr|rekurzivan
Dutch: recursief, recursieve
Finnish: rekursiivinen, toistuva
mid
French: récursif
Portuguese: recursivo
et:recursive
fr:recursive
pl:recursive
ru:recursive
ta:recursive
vi:recursive
tr:recursive
zh:recursive
|