We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9ccd9 commit b88f8cbCopy full SHA for b88f8cb
README.md
@@ -86,11 +86,12 @@ false
86
When computing the union, the result must also be an interval:
87
```julia
88
julia> (0.25..5) ∪ (6..7.4)
89
------- ArgumentError ------------------- Stacktrace (most recent call last)
90
-
91
- [1] — union(::IntervalSets.ClosedInterval{Float64}, ::IntervalSets.ClosedInterval{Float64}) at closed.jl:34
92
93
-ArgumentError: Cannot construct union of disjoint sets.
+ERROR: ArgumentError: Cannot construct union of disjoint sets.
+Stacktrace:
+ [1] union(d1::ClosedInterval{Float64}, d2::ClosedInterval{Float64})
+ @ IntervalSets ~/.julia/dev/IntervalSets/src/interval.jl:127
+ [2] top-level scope
94
+ @ REPL[2]:1
95
```
96
97
### Importing the .. operator
0 commit comments