tmp/tmp7g1tzoa2/{from.md → to.md}
RENAMED
|
@@ -9,11 +9,11 @@ inclusive-or-expression:
|
|
| 9 |
The `|` operator groups left-to-right. The operands shall be of integral
|
| 10 |
or unscoped enumeration type. The usual arithmetic conversions
|
| 11 |
[[expr.arith.conv]] are performed. Given the coefficients `xᵢ` and `yᵢ`
|
| 12 |
of the base-2 representation [[basic.fundamental]] of the converted
|
| 13 |
operands `x` and `y`, the coefficient `rᵢ` of the base-2 representation
|
| 14 |
-
of the result `r` is 1 if at least one of `xᵢ` and `yᵢ`
|
| 15 |
otherwise.
|
| 16 |
|
| 17 |
[*Note 1*: The result is the bitwise inclusive function of the
|
| 18 |
operands. — *end note*]
|
| 19 |
|
|
|
|
| 9 |
The `|` operator groups left-to-right. The operands shall be of integral
|
| 10 |
or unscoped enumeration type. The usual arithmetic conversions
|
| 11 |
[[expr.arith.conv]] are performed. Given the coefficients `xᵢ` and `yᵢ`
|
| 12 |
of the base-2 representation [[basic.fundamental]] of the converted
|
| 13 |
operands `x` and `y`, the coefficient `rᵢ` of the base-2 representation
|
| 14 |
+
of the result `r` is 1 if at least one of `xᵢ` and `yᵢ` is 1, and 0
|
| 15 |
otherwise.
|
| 16 |
|
| 17 |
[*Note 1*: The result is the bitwise inclusive function of the
|
| 18 |
operands. — *end note*]
|
| 19 |
|