Skip to content

Commit 4a2183f

Browse files
committed
Add more functions
1 parent 31cefa4 commit 4a2183f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interval_tests/consistency.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ setprecision(Interval, Float64)
398398
@inferred op(a, b)
399399
end
400400

401-
for op in (sin, cos, exp, log, tan, abs)
401+
for op in (sin, cos, exp, log, tan, abs, mid, diam)
402402
@inferred op(a)
403403
end
404404
end

0 commit comments

Comments
 (0)