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 c6270bf commit 09ac4daCopy full SHA for 09ac4da
test/interval_tests/construction.jl
@@ -24,7 +24,7 @@ using Test
24
@test Interval{Float32}(irr, irr) ≛ interval(Float32, irr)
25
end
26
27
- @test_broken ℯ..big(4) ≛ hull(interval(BigFloat, π), interval(4))
+ @test ℯ..big(4) ≛ hull(interval(BigFloat, ℯ), interval(4))
28
@test π..big(4) ≛ hull(interval(BigFloat, π), interval(4))
29
30
@test ℯ..pi ≛ hull(@interval(ℯ), interval(Float64, π))
0 commit comments