Search results
Appearance
The page "Modulo:Error" does not exist. You can create a draft and submit it for review or request that a redirect be created, but consider checking the search results below to see whether the topic is already covered.
- Modular arithmetic (redirect from Modulo arithmetic)Standard Book Number (ISBN) uses modulo 11 (for 10-digit ISBN) or modulo 10 (for 13-digit ISBN) arithmetic for error detection. Likewise, International...29 KB (3,646 words) - 14:39, 17 May 2025
- Integer overflow (redirect from Overflow error)result are stored; the result is said to wrap around the maximum (i.e. modulo a power of the radix, usually two in modern computers, but sometimes ten...28 KB (3,206 words) - 15:35, 14 April 2025
- Hamming code (redirect from Single-error correction and double-error detection)linear error-correcting codes. Hamming codes can detect one-bit and two-bit errors, or correct one-bit errors without detection of uncorrected errors. By...29 KB (4,043 words) - 18:49, 12 March 2025
- In computer science and mathematical logic, satisfiability modulo theories (SMT) is the problem of determining whether a mathematical formula is satisfiable...46 KB (4,371 words) - 23:30, 22 May 2025
- Check digit (category Error detection and correction)sum) modulo 10. This would catch any single-digit error, as such an error would always change the sum, but does not catch any transposition errors (switching...19 KB (2,632 words) - 12:50, 27 May 2025
- ISBN (section Errors in usage)(11 minus the remainder of the sum of the products modulo 11) modulo 11. Taking the remainder modulo 11 a second time accounts for the possibility that...62 KB (6,674 words) - 12:56, 29 May 2025
- size (modulo 128 and modulo 32768) where the maximum number of outstanding frames for acknowledgment is raised from 7 (modulo 8) to 127 (modulo 128) and...9 KB (742 words) - 18:55, 3 September 2022
- Fisher–Yates shuffle (section Modulo bias)cost of eliminating "modulo bias" when generating random integers for a Fisher-Yates shuffle depends on the approach (classic modulo, floating-point multiplication...42 KB (5,224 words) - 12:32, 31 May 2025
- Convolutional code (category Error detection and correction)all memory registers start with a value of 0. The encoder has n modulo-2 adders (a modulo 2 adder can be implemented with a single Boolean XOR gate, where...25 KB (2,834 words) - 07:56, 4 May 2025
- Hamming(7,4) (category Error detection and correction)indicates whether an error has occurred, and if so, for which codeword bit. Performing this multiplication (again, entries modulo 2): z = H r = ( 1 0 1...26 KB (2,675 words) - 08:50, 8 February 2025
- division in the ring of polynomials over GF(2) (the finite field of integers modulo 2). That is, the set of polynomials where each coefficient is either zero...22 KB (3,951 words) - 22:01, 7 February 2025
- Finite field (redirect from Integers modulo a prime)prime field of order p {\displaystyle p} may be constructed as the integers modulo p {\displaystyle p} , Z / p Z {\displaystyle \mathbb {Z} /p\mathbb {Z} }...45 KB (7,535 words) - 18:07, 22 April 2025
- with errors key exchange by Peikert. Denote by T = R / Z {\displaystyle \mathbb {T} =\mathbb {R} /\mathbb {Z} } the additive group on reals modulo one...20 KB (3,411 words) - 20:37, 24 May 2025
- A cyclic redundancy check (CRC) is an error-detecting code commonly used in digital networks and storage devices to detect accidental changes to digital...71 KB (5,843 words) - 04:20, 13 April 2025
- Remainder (category CS1 errors: ISBN date)the polynomial "left over" after dividing one polynomial by another. The modulo operation is the operation that produces such a remainder when given a dividend...10 KB (1,315 words) - 09:50, 10 May 2025
- + r0 is any nonzero polynomial modulo 2 with at most t nonzero coefficients, then R(x) is not a multiple of P(x) modulo 2. If follows that the corresponding...50 KB (7,455 words) - 21:00, 27 May 2025
- a prime, then the only square roots of 1 modulo n are 1 and −1. Proof Certainly 1 and −1, when squared modulo n, always yield 1. It remains to show that...38 KB (5,639 words) - 20:26, 3 May 2025
- Casting out nines (category Error detection and correction)(that is, any result congruent to 8 modulo 9). In particular, casting out nines does not catch transposition errors, such as 1324 instead of 1234. In other...17 KB (2,062 words) - 06:46, 28 January 2025
- the remainder operator (modulo), and in Java, if its first operand is negative, the result can also be negative (unlike the modulo used in mathematics)....20 KB (2,571 words) - 20:34, 2 April 2025
- Tail call (redirect from Tail recursion modulo cons)argument (product in the above example) to the function. Tail recursion modulo cons is a generalization of tail-recursion optimization introduced by David...41 KB (4,334 words) - 10:00, 1 June 2025
- instance, all multiplications and additions will be checked by repeating them modulo 255. Incorrect instruction tables (3) will often be shown up by the checks
- and shadow. Horace, Carmina, Book IV. 7, line 16 Metiri se quemque suo modulo ac pede verum est. Every man should measure himself by his own standard
- MODULO a b Wrapper for MOD that handles errors like REMAINDER. Negligible values (compared to A and B) are rounded to zero. MODULO is a function value