Skip to content

Commit b9a660f

Browse files
committed
Add tests
1 parent 168cdd0 commit b9a660f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/Non1788tests/inv_trig.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ end
3232
@test atan_rev(entireinterval(Float64), entireinterval(Float64))[2] == Interval(-∞, ∞)
3333
@test atan_rev(Interval(-Inf, 0.0), entireinterval(Float64))[2] == Interval(-∞, ∞)
3434
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

Comments
 (0)