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 168cdd0 commit b9a660fCopy full SHA for b9a660f
1 file changed
test/Non1788tests/inv_trig.jl
@@ -32,3 +32,8 @@ end
32
@test atan_rev(entireinterval(Float64), entireinterval(Float64))[2] == Interval(-∞, ∞)
33
@test atan_rev(Interval(-Inf, 0.0), entireinterval(Float64))[2] == Interval(-∞, ∞)
34
end
35
+
36
+@testset "Special cases" begin
37
+ @test sin_rev(0..0, 0..0) == (0..0, 0..0)
38
+ @test cos_rev(1..1, 0..0) == (1..1, 0..0)
39
+end
0 commit comments