Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Modulo_operation> ?p ?o. }
Showing items 1 to 28 of
28
with 100 items per page.
- Modulo_operation abstract "In computing, the modulo (sometimes called modulus) operation finds the remainder of division of one number by another.Given two positive numbers, a (the dividend) and n (the divisor), a modulo n (abbreviated as a mod n) is the remainder of the Euclidean division of a by n. For instance, the expression "5 mod 2" would evaluate to 1 because 5 divided by 2 leaves a quotient of 2 and a remainder of 1, while "9 mod 3" would evaluate to 0 because the division of 9 by 3 has a quotient of 3 and leaves a remainder of 0; there is nothing to subtract from 9 after multiplying 3 times 3. (Note that doing the division with a calculator won't show the result referred to here by this operation; the quotient will be expressed as a decimal fraction.)Although typically performed with a and n both being integers, many computing systems allow other types of numeric operands. The range of numbers for an integer modulo of n is 0 to n − 1. (n mod 1 is always 0; n mod 0 is undefined, possibly resulting in a "Division by zero" error in computer programming languages) See modular arithmetic for an older and related convention applied in number theory.When either a or n is negative, the naive definition breaks down and programming languages differ in how these values are defined.".
- Modulo_operation thumbnail Divmod.svg?width=300.
- Modulo_operation wikiPageExternalLink Multiplicative-Operators.
- Modulo_operation wikiPageID "1352428".
- Modulo_operation wikiPageRevisionID "605513342".
- Modulo_operation hasPhotoCollection Modulo_operation.
- Modulo_operation subject Category:Articles_with_example_C++_code.
- Modulo_operation subject Category:Binary_operations.
- Modulo_operation subject Category:Computer_arithmetic.
- Modulo_operation subject Category:Modular_arithmetic.
- Modulo_operation subject Category:Operators_(programming).
- Modulo_operation comment "In computing, the modulo (sometimes called modulus) operation finds the remainder of division of one number by another.Given two positive numbers, a (the dividend) and n (the divisor), a modulo n (abbreviated as a mod n) is the remainder of the Euclidean division of a by n.".
- Modulo_operation label "Modulo (opération)".
- Modulo_operation label "Modulo operation".
- Modulo_operation label "Modulo".
- Modulo_operation label "Operação módulo".
- Modulo_operation label "Деление с остатком".
- Modulo_operation label "模除".
- Modulo_operation sameAs Modulo_(opération).
- Modulo_operation sameAs Operasi_modulus.
- Modulo_operation sameAs Modulo.
- Modulo_operation sameAs Operação_módulo.
- Modulo_operation sameAs m.04w0vr.
- Modulo_operation sameAs Q1799665.
- Modulo_operation sameAs Q1799665.
- Modulo_operation wasDerivedFrom Modulo_operation?oldid=605513342.
- Modulo_operation depiction Divmod.svg.
- Modulo_operation isPrimaryTopicOf Modulo_operation.