-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
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
Advanced simplification #27
Comments
@sharkdp If I understood your conversation on reddit with doodle77 correctly: How about an explicit, unary simplification operator with a similar operator precedence like parentheses? |
@sauer2 Yes, that would also be an option! Instead of the unary operator, I was thinking of something like "convert to SI" or "convert to base" with a syntax similar to the normal conversion operator
|
@sharkdp How about a combination of automatic deduction as well as some sort of user-defined deduction guide? For example, Below is the format I was thinking of:
|
For example:
Idea: only apply simplifications that minimize the sum of the absolute value of all unit exponents.
The text was updated successfully, but these errors were encountered: