Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,589,964,691 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
?

modulo

   Also found in: Dictionary/thesaurus, Medical, Wikipedia, Hutchinson 0.01 sec.
modulo
A mathematical operation (modulus arithmetic) in which the result is the remainder of a division. Also known as the "remainder operator," it is used to solve a variety of problems. For example, the following code in the C language determines if a number is odd or even. The number in AMOUNT is divided by 2, and the result is the remainder. If RESULT is zero, the number is even. The % symbol is the modulo, or "modulus" operator.

      result = amount % 2;
      if (result == 0)
         EVEN=YES;
      else
         EVEN=NO;

modulo [′mäj·ə‚lō]
(mathematics)
A groupGmodulo a subgroupHis the quotient groupG/Hof cosets ofHinG.
A technique of identifying elements in an algebraic structure in such a manner that the resulting collection of identified objects is the same type of structure.

modulo - /mod'yu-loh/

1. modular arithmetic.

2. modulo operator.


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
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
Centro Civico Camilo Ortega, Modulo "T", Planta Alta.
A eficiencia do modulo fotovoltaico e definida pela relacao entre a potencia gerada pelo modulo e a irradiacao incidente sobre o modulo.
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | 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.