We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should rewrite 2x/3 as 2/3 x first to make ADD_POLYNOMIAL_TERMS and COLLECT_LIKE_TERMS easier to update.
2x/3
2/3 x
ADD_POLYNOMIAL_TERMS
COLLECT_LIKE_TERMS
The text was updated successfully, but these errors were encountered:
Added a rule for this in fractions PR.
fractions
Sorry, something went wrong.
No branches or pull requests
Should rewrite
2x/3
as2/3 x
first to makeADD_POLYNOMIAL_TERMS
andCOLLECT_LIKE_TERMS
easier to update.The text was updated successfully, but these errors were encountered: