We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Base.in
using Symbolics vs = @variables x y vs[1] ∈ vs
This code produces the following error
ERROR: TypeError: non-boolean (Num) used in boolean context Stacktrace: [1] in(x::Num, itr::Vector{Num}) @ Base ./operators.jl:1286 [2] top-level scope @ REPL[9]:1
The desired behaviour should be that this returns true if a Num is in a collection of Nums
true
Num
Using the following versions: Symbolics v5.3.1 Julia 1.9.0 Fedora Linux 38
The text was updated successfully, but these errors were encountered:
This seems to be a reasonable suggestion.
Sorry, something went wrong.
No branches or pull requests
This code produces the following error
The desired behaviour should be that this returns
true
if aNum
is in a collection ofNum
sUsing the following versions:
Symbolics v5.3.1
Julia 1.9.0
Fedora Linux 38
The text was updated successfully, but these errors were encountered: