Skip to content

Commit

Permalink
Add the word "added" to "parentheses for clarity"
Browse files Browse the repository at this point in the history
wantehchang committed Oct 23, 2024
1 parent 20b9eaf commit a83f921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
@@ -1351,7 +1351,7 @@ Consider the following:
- <code>[=sato/token=]</code>=2 (sample from 2<sup>nd</sup> input image item)
- <code>[=sato/token=]</code>=128 (sum)

This is equivalent to the following postfix notation (parentheses for clarity):
This is equivalent to the following postfix notation (parentheses added for clarity):

<math><msub><mi>sample</mi><mi>output</mi></msub><mo>=</mo><mo>(</mo><mn>256</mn><mspace width="0.5em"/><msub><mi>sample</mi><mn>1</mn></msub><mo>×</mo><mo>)</mo><mspace width="0.5em"/><msub><mi>sample</mi><mn>2</mn></msub><mo>+</mo></math>

@@ -1395,7 +1395,7 @@ Consider the following:
- <code>[=sato/token=]</code>=0, <code>[=sato/constant=]</code>=128
- <code>[=sato/token=]</code>=129 (difference)

This is equivalent to the following postfix notation (parentheses for clarity):
This is equivalent to the following postfix notation (parentheses added for clarity):

<math><msub><mi>sample</mi><mi>output</mi></msub><mo>=</mo><mo>(</mo><mo>(</mo><mn>16</mn><mspace width="0.5em"/><msub><mi>sample</mi><mn>1</mn></msub><mo>×</mo><mo>)</mo><mspace width="0.5em"/><msub><mi>sample</mi><mn>2</mn></msub><mo>+</mo><mo>)</mo><mspace width="0.5em"/><mn>128</mn><mo>-</mo></math>

0 comments on commit a83f921

Please sign in to comment.