Jump to content

recursive

From Wiktionary, the free dictionary

English

[edit]
English Wikipedia has an article on:
Wikipedia
Examples (sense 2)

The factorial function defined recursively:

f(0)=1
f(n)=n×f(n1)

where n is any natural number greater than 0

Etymology

[edit]

Learned borrowing from New Latin recursīvus. Equivalent to recurse +‎ -ive.

Pronunciation

[edit]

Adjective

[edit]
The Koch snowflake (7 iterations), a fractal constructed by a recursive algorithm (sense 2 / sense 3)

recursive (comparative more recursive, superlative most recursive)

  1. Drawing upon, invoking, or referring back to itself.
    the recursive nature of stories which borrow from each other
  2. (mathematics, not comparable) Having to do with an object (typically a function or formula) which is defined in terms of the object itself.
  3. (computing, not comparable) Having to do with an algorithm, program, subroutine, procedure, function, or other block of code that calls itself.
  4. (computing theory, not comparable) Having to do with a function which can be computed by a theoretical model of a computer in a finite amount of time.(Can we add an example for this sense?)
  5. (computing theory, not comparable) Having to do with a set whose characteristic function is recursive (sense 4).(Can we add an example for this sense?)

Synonyms

[edit]

Antonyms

[edit]

Hypernyms

[edit]

Hyponyms

[edit]

Derived terms

[edit]
[edit]

Translations

[edit]
The translations below need to be checked and inserted above into the appropriate translation tables. See instructions at Wiktionary:Entry layout § Translations.

See also

[edit]