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
I don't think 2x needs parens - it's already seen as a unit imo - and I think it's like another 'being aware of coefficients' thing and that the brain really does parse it differently
You noted that for this change we'd want to make sure we can maintain the invariant that parse(mathStr) == parse(print(parse(mathStr)))
(this isn't super high priority for me since it doesn't come up that much)
The text was updated successfully, but these errors were encountered:
print
(2x) (x + 2)
as2x (x + 2)
I don't think 2x needs parens - it's already seen as a unit imo - and I think it's like another 'being aware of coefficients' thing and that the brain really does parse it differently
You noted that for this change we'd want to make sure we can maintain the invariant that
parse(mathStr) == parse(print(parse(mathStr)))
(this isn't super high priority for me since it doesn't come up that much)
The text was updated successfully, but these errors were encountered: