Skip to content
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

[Simplifier] Add more simplification rules #364

Closed
4 tasks done
sys27 opened this issue Oct 6, 2020 · 0 comments · Fixed by #406 or #407
Closed
4 tasks done

[Simplifier] Add more simplification rules #364

sys27 opened this issue Oct 6, 2020 · 0 comments · Fixed by #406 or #407
Assignees
Milestone

Comments

@sys27
Copy link
Owner

sys27 commented Oct 6, 2020

  • order exps 2 + x + 2 -> x + 2 + 2? It will reduce amount of rules which simplifier should handle.
  • x * (1 / x)
  • (2 * x) * (1 / x)
  • see TODOs in Simplifier.cs
@sys27 sys27 changed the title [Simplifier] Add more rules [Simplifier] Add more simplification rules Oct 6, 2020
@sys27 sys27 added this to the Backlog milestone Oct 6, 2020
@sys27 sys27 self-assigned this Mar 29, 2021
@sys27 sys27 modified the milestones: Backlog, xFunc 4.1.0 Mar 29, 2021
sys27 added a commit that referenced this issue Mar 30, 2021
@sys27 sys27 linked a pull request Mar 30, 2021 that will close this issue
sys27 added a commit that referenced this issue Apr 1, 2021
@sys27 sys27 closed this as completed in #407 Apr 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant