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
In filtrex v2, the syntax -x^2 is interpreted as (-x)^2, not as -(x^2). This is contrary to the common order of operation and will be fixed in version 3. Thanks to @rici for pointing this out.
In filtrex v2, the syntax
-x^2is interpreted as(-x)^2, not as-(x^2). This is contrary to the common order of operation and will be fixed in version 3. Thanks to @rici for pointing this out.