Skip to content

Commit 4862617

Browse files
braamvandykdpsanders
authored andcommitted
Update usage.md (#241)
Fixed what seems to be an error in the general operator formula.
1 parent c293928 commit 4862617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ julia> 1.5 ± 0.1
202202

203203
Basic arithmetic operations (`+`, `-`, `*`, `/`, `^`) are defined for pairs of intervals in a standard way (see, e.g., the book by Tucker): the result is the smallest interval containing the result of operating with each element of each interval. That is, for two intervals `X` and `Y` and an operation `\bigcirc`, we define the operation on the two intervals by
204204
```math
205-
\bigcirc Y := \{ x \bigcirc y: x \in X \text{ and } y \in Y \}.
205+
X \bigcirc Y := \{ x \bigcirc y: x \in X \text{ and } y \in Y \}.
206206
```
207207
Again, directed rounding is used if necessary.
208208

0 commit comments

Comments
 (0)