Skip to content

Commit 0532184

Browse files
committed
Add more linearity dicts
1 parent 34f064e commit 0532184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linearity.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ for f in monadic_nonlinear
2727
end
2828

2929
# 2-arg
30-
for f in [+, rem2pi, -, >, isless, <, isequal, max, min, convert]
30+
for f in [+, rem2pi, -, >, isless, <, isequal, max, min, convert, <=, >=]
3131
linearity_known_2[f] = true
3232
linearity_map_2[f] = (true, true, true)
3333
end

0 commit comments

Comments
 (0)