Encyclopedia

modulo

Also found in: Dictionary, Medical, Wikipedia.

modulo

[′mäj·ə‚lō]
(mathematics)
A group G modulo a subgroup H is the quotient group G/H of cosets of H in G.
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.
McGraw-Hill Dictionary of Scientific & Technical Terms, 6E, Copyright © 2003 by The McGraw-Hill Companies, Inc.

modulo

/mod'yu-loh/

1. <mathematics> modular arithmetic.

2. <mathematics> modulo operator.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)

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;
Copyright © 1981-2025 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.
Mentioned in
References in periodicals archive
Este trabalho teve como objetivo comparar os valores dos modulos de elasticidade longitudinal aparente obtido por meio das tecnicas nao destrutiva e destrutiva, e tambem avaliar a influencia do cisalhamento no modulo de elasticidade longitudinal aparente, obtidos pelas mesmas tecnicas, levando-se em conta a relacao L/h.
The Honda BR-V 1.5 V (Navi) CVT Modulo poses at the facade of Arca South in Taguig, where it won the 2017 COTY award for Best Compact Crossover 2WD.
Los estudiantes en el grupo de ensenanza tradicional (= 17.14) y en el grupo de instruccion de aula invertida (= 17.14) evaluaron de forma similar en el primer modulo (unidad 1 de ensenanza), t(41) = -.
Copyright © 2003-2025 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.