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 740e711 commit c6b3999Copy full SHA for c6b3999
src/methods.jl
@@ -109,7 +109,8 @@ Base.real(s::Symbolic{<:Number}) = term(real, s)
109
# binary ops that return Bool
110
for (f, Domain) in [(==) => Number, (!=) => Number,
111
(<=) => Real, (>=) => Real,
112
- (isless) => Real, (> ) => Real,
+ (isless) => Real,
113
+ (<) => Real, (> ) => Real,
114
(& ) => Bool, (| ) => Bool,
115
xor => Bool]
116
@eval begin
0 commit comments