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
Is there a mapper for listing all subexpressions of an expression? For example, x + 2*y becomes [x + 2*y, 2*y, x, y], sorted based on precedence. Otherwise, if you like the idea, I'm willing to create a PR for it.
The text was updated successfully, but these errors were encountered:
Is there a mapper for listing all subexpressions of an expression? For example,
x + 2*y
becomes[x + 2*y, 2*y, x, y]
, sorted based on precedence. Otherwise, if you like the idea, I'm willing to create a PR for it.The text was updated successfully, but these errors were encountered: