Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,757,790,150 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

recursion
(redirected from Recursively)

   Also found in: Dictionary/thesaurus, Wikipedia, Hutchinson 0.01 sec.

recursion

In programming, the ability of a subroutine or program module to call itself. It is helpful for writing routines that solve problems by repeatedly processing the output of the same process. See recurse subdirectories.


recursion [ri′kər·zhən]
(computer science)
A technique in which an apparently circular process is used to perform an iterative process.

(mathematics, programming)recursion - When a function (or procedure) calls itself. Such a function is called "recursive". If the call is via one or more other functions then this group of functions are called "mutually recursive".

If a function will always call itself, however it is called, then it will never terminate. Usually however, it first performs some test on its arguments to check for a "base case" - a condition under which it can return a value without calling itself.

The canonical example of a recursive function is factorial:

factorial 0 = 1 factorial n = n * factorial (n-1)

Functional programming languages rely heavily on recursion, using it where a procedural language would use iteration.

See also recursion, recursive definition, tail recursion.


How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
Therefore, sexual relations are not a priori being created out of the immutability of human sexual biology but, instead, are recursively "wired" within societal institutions in a systemic manner (Philaretou, 2004).
More recursively still, Director's Cut is just one element in a semitheatrical presentation, for the artist has the telecined video projection placed within a gallery installation featuring scenery from the theater set, whose own two-dimensionality and general lack of verisimilitude smoothes the transition from prop to sculpture.
As is true of the writing process, research abilities are neither separate nor linear; "many of the competencies are likely to be performed recursively, in that the reflective and evaluative aspects included within each standard will require the student to return to an earlier point in the process, revise the information-seeking approach, and repeat the same steps" (ACRL 6).
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.