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 34f064e commit 0532184Copy full SHA for 0532184
src/linearity.jl
@@ -27,7 +27,7 @@ for f in monadic_nonlinear
27
end
28
29
# 2-arg
30
-for f in [+, rem2pi, -, >, isless, <, isequal, max, min, convert]
+for f in [+, rem2pi, -, >, isless, <, isequal, max, min, convert, <=, >=]
31
linearity_known_2[f] = true
32
linearity_map_2[f] = (true, true, true)
33
0 commit comments