Open
Description
julia> isapprox(1..2, 3..4)
ERROR: ArgumentError: `==` is purposely not supported for intervals. See instead `isequal_interval`
Stacktrace:
[1] ==(x::Interval{Float64}, y::Interval{Float64})
@ IntervalArithmetic ~/Dropbox/packages/IntervalArithmetic/src/intervals/real_interface.jl:86
[2] #isapprox#809
@ ./floatfuncs.jl:308 [inlined]
[3] isapprox(x::Interval{Float64}, y::Interval{Float64})
@ Base ./floatfuncs.jl:304
[4] top-level scope
@ REPL[3]:1
This should either work or fail with a sensible error message.