Skip to content

Commit

Permalink
Typoes
Browse files Browse the repository at this point in the history
  • Loading branch information
kozross committed Apr 30, 2024
1 parent 4ece415 commit 93f648a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CIP-XXX/CIP-XXX.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ n_2 \}$; otherwise, $n_r = \min \{ n_1, n_2 \}$. For all $i \in 0, 1, \ldots 8
$$
b_r[i] = \begin{cases}
b_0[i] & \text{if } n_1 < n_0 \text{ and } i \geq 8 \cdot \min \{ n_1, n_2 \} \\
b_1[i] & n_0 < n_1 \text { and } i \geq 8 \cdot \min \{ n_1, n_2 \} \\
0 & b_0[i] = b_1[i] = 0 \\
b_1[i] & \text{if } n_0 < n_1 \text { and } i \geq 8 \cdot \min \{ n_1, n_2 \} \\
0 & \text{if } b_0[i] = b_1[i] = 0 \\
1 & \text{otherwise} \\
\end{cases}
$$
Expand Down Expand Up @@ -167,7 +167,7 @@ $$
b_r[i] = \begin{cases}
b_0[i] & \text{if } n_1 < n_0 \text{ and } i \geq 8 \cdot \min \{ n_1, n_2 \} \\
b_1[i] & \text{if } n_0 < n_1 \text { and } i \geq 8 \cdot \min { n_1, n_2 } \\
0 & b_0[i] = b_1[i] \\
0 & \text{if } b_0[i] = b_1[i] \\
1 & \text{otherwise} \\
\end{cases}
$$
Expand All @@ -185,7 +185,7 @@ For all $i \in 0, 1, \ldots , 8 \cdot n - 1$, we have

$$
b_r[i] = \begin{cases}
0 & b[i] = 1\\
0 & \text{if } b[i] = 1\\
1 & \text{otherwise}\\
\end{cases}
$$
Expand Down

0 comments on commit 93f648a

Please sign in to comment.