You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
julia>using DynamicPolynomials
julia>@polyvar x
(x,)
julia> x//2
ERROR: MethodError: no method matching //(::Variable{DynamicPolynomials.Commutative{DynamicPolynomials.CreationOrder}, Graded{LexOrder}}, ::Int64)
The function`//` exists, but no method is defined for this combination of argument types.
Closest candidates are://(::Integer, ::Integer)
@ Base rational.jl:84//(::Rational, ::Integer)
@ Base rational.jl:86//(::Complex, ::Real)
@ Base rational.jl:100...
Stacktrace:
[1] top-level scope
@ REPL[4]:1
The text was updated successfully, but these errors were encountered:
I was expecting this to work:
The text was updated successfully, but these errors were encountered: