Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,923,737,303 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

recursion
(redirected from Recursivity)

   Also found in: Dictionary/thesaurus, Wikipedia 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.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
The problem--or, to be more fair, my problem--is how this project of linguistic remanding devolves quickly into plot summary and diacritical recursivity (as opposed to diacritical intervention).
From the systemic notion of equilibrium between systems and environments and principally since the recent extension of that systemic theory to include notions of recursivity and interpretation as necessary processes for understanding the relationship between people, systems and environments, it is suggested that stress and fear in organizations can be treated in accordance with a principle similar to the requisite variety principle; we might call this the requisite stress principle.
I do not think the recursivity claim is essential to Sanchirico's argument as a whole.
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
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.