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

Implicit mul and exponentiation cannot be parsed #284

Closed
sys27 opened this issue Aug 29, 2020 · 0 comments · Fixed by #285
Closed

Implicit mul and exponentiation cannot be parsed #284

sys27 opened this issue Aug 29, 2020 · 0 comments · Fixed by #285
Assignees
Labels
Milestone

Comments

@sys27
Copy link
Owner

sys27 commented Aug 29, 2020

xFunc throws exceptions for these expressions:

  • 2sin(pi)^2
  • 2x^2

But these expressions work correctly:

  • 2(sin(pi)^2)
  • 2sin(pi)
  • sin(pi)^2
  • 2x
  • x^2
@sys27 sys27 added the bug label Aug 29, 2020
@sys27 sys27 added this to the xFunc 4.0.0 milestone Aug 29, 2020
@sys27 sys27 self-assigned this Aug 29, 2020
@sys27 sys27 linked a pull request Aug 29, 2020 that will close this issue
sys27 added a commit that referenced this issue Aug 29, 2020
* Fix #284 - Implicit mul and exponentiation cannot be parsed

* Update ReportGenerator
@sys27 sys27 closed this as completed Aug 29, 2020
sys27 added a commit that referenced this issue Aug 31, 2020
* Fix #284 - Implicit mul and exponentiation cannot be parsed

* Update ReportGenerator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant