Skip to content

Commit ff47910

Browse files
committed
Add todo for mod with between two intervals
1 parent ea00b23 commit ff47910

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/interval_tests/numeric.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,4 +460,7 @@ end
460460
@test mod(x, 0.5) == 0..0.5
461461

462462
@test_throws AssertionError mod(x, -1)
463+
464+
# TODO - implement mod for two intervals
465+
@test_throws TypeError mod(1..2, 1.4..1.5)
463466
end

0 commit comments

Comments
 (0)