Skip to content

Commit 9e0af82

Browse files
committed
Clarify "summation style" xor notation with an example.
1 parent 9f1390f commit 9e0af82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ We define a similar notation for exclusive or:
8888

8989
$\bigoplus_{i = 0}^{n} i$
9090

91-
denotes the bitwise exclusive or of the integers in $[0, n]$.
91+
denotes the bitwise exclusive or of the integers in $[0, n]$, i.e.
92+
93+
$\bigoplus_{i = 0}^{n} i = 0 \oplus 1 \oplus \dots \oplus n$
9294

9395
Finally, we define the “prefix” $\mathbb{P}_q(X)$
9496
of a non-empty sequence $X$

0 commit comments

Comments
 (0)