Skip to content

Commit

Permalink
Use exact tokens as sato math expr example (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon authored Oct 21, 2024
1 parent d980c52 commit 439b57e
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
Expand Up @@ -1330,8 +1330,8 @@ Consider the following:
- <code>[=sato/token=]</code>=130 (product)
- <code>[=sato/token=]</code>=2 (sample from 2<sup>nd</sup> input image item)
- <code>[=sato/token=]</code>=128 (sum)
- <code>[=sato/token=]</code>=0, <code>[=sato/constant=]</code>=-128
- <code>[=sato/token=]</code>=128 (sum)
- <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):

Expand Down

0 comments on commit 439b57e

Please sign in to comment.