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 53949ce commit 73cc938Copy full SHA for 73cc938
test/interval_tests/consistency.jl
@@ -39,7 +39,9 @@ setprecision(Interval, Float64)
39
@test @biginterval(1, Inf) == Interval{BigFloat}(1.0, Inf)
40
@test @biginterval(-Inf, 1) == Interval{BigFloat}(-Inf, 1.0)
41
@test @interval(-Inf, Inf) == entireinterval(Float64)
42
+ @test entireinterval(Int) == entireinterval(Float64)
43
@test emptyinterval(Rational{Int}) == ∅
44
+ @test emptyinterval(Int) == ∅
45
46
@test 1 == zero(a)+one(b)
47
@test Interval(0,1) + emptyinterval(a) == emptyinterval(a)
0 commit comments