From Jason Turner

[expr.mul]

Diff to HTML by rtfpessoa

tmp/tmpmlof22e0/{from.md → to.md} RENAMED
@@ -19,9 +19,9 @@ The binary `*` operator indicates multiplication.
19
 
20
  The binary `/` operator yields the quotient, and the binary `%` operator
21
  yields the remainder from the division of the first expression by the
22
  second. If the second operand of `/` or `%` is zero the behavior is
23
  undefined. For integral operands the `/` operator yields the algebraic
24
- quotient with any fractional part discarded;[^25] if the quotient `a/b`
25
  is representable in the type of the result, `(a/b)*b + a%b` is equal to
26
  `a`; otherwise, the behavior of both `a/b` and `a%b` is undefined.
27
 
 
19
 
20
  The binary `/` operator yields the quotient, and the binary `%` operator
21
  yields the remainder from the division of the first expression by the
22
  second. If the second operand of `/` or `%` is zero the behavior is
23
  undefined. For integral operands the `/` operator yields the algebraic
24
+ quotient with any fractional part discarded;[^24] if the quotient `a/b`
25
  is representable in the type of the result, `(a/b)*b + a%b` is equal to
26
  `a`; otherwise, the behavior of both `a/b` and `a%b` is undefined.
27