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

Abs handling does not work correctly when there is implicit multiplying (variable or constant is before modulus) #68

Closed
PawelTroka opened this issue Apr 11, 2017 · 1 comment

Comments

@PawelTroka
Copy link
Owner

Cases like

  • y|cos(z)|+x|sin(z)|
  • z¹⁰⁰⁰ꞋᶻꞋ/z¹⁰⁰⁰ꞋᶻꞋ

Are failing because we do not put dot symbol between number/constant/variable and abs function invocation. There are already some unit tests for it which are failing.

PawelTroka added a commit that referenced this issue Apr 11, 2017
…with implicit multiplying (variable or constant before modulus). Resolved issue #68.
@PawelTroka PawelTroka added this to the 2.2.1 milestone Apr 11, 2017
@PawelTroka
Copy link
Owner Author

Resolved with commit 5c5d200.

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

No branches or pull requests

1 participant