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
using DynamicPolynomials
@polyvar x
a = [2x, x^2]
# Fine to compare individual elements@assert a[1] ≈ a[1] && a[2] == a[2]
# ERROR: MethodError: no method matching rtoldefault(...)
a ≈ a
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: